Shades of Pear #C8E534
Tints of Pear #C8E534
RGB
CMYK
RGB Variations
Color information
#C8E534 (or 0xC8E534) is known color: Pear. HEX triplet: C8, E5 and 34. RGB value is (200,229,52). Sum of RGB (Red+Green+Blue) = 200+229+52=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E534 is #371ACB. Grayscale: #C8C8C8. Windows color (decimal): -3611340 or 3466696. OLE color: 3466696.
HSL color Cylindrical-coordinate representation of color #C8E534: hue angle of 69.83º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8E534 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 52 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.10 |
| HSL | 69.83º | 0.77% | 0.55% | - |
| HSV(B) | 69.83º | 0.77% | 0.9% | - |
| XYZ | 52.46 | 68.57 | 13.72 | - |
| YUV | 200.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 52 | 0.13 | 0 | 0.77 | 0.10 | 69.83 | 0.77 | 0.55 |
| Hex | C8 | E5 | 34 | D | 0 | 4D | A | 46 | 4D | 37 |
| Octal | 310 | 345 | 64 | 15 | 0 | 115 | 12 | 106 | 115 | 67 |
| Binary | 11001000 | 11100101 | 110100 | 1101 | 0 | 1001101 | 1010 | 1000110 | 1001101 | 110111 |
Color Harmonies of #C8E534
Complementary color
Monochromatic Colors of #C8E534
Black with #C8E534
Text Example
Text Example
White with #C8E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E534; }
p { color: rgb(200,229,52); }
H1.HeaderClassName
{
color: #C8E534;
}
.AnyTagClassName
{
color: #C8E534;
}
</style>
background-color css
<style>
a { background-color: #C8E534; }
a { background-color: rgb(200,229,52); }
div.DivClassName
{
background-color: #C8E534;
}
.BgClassName
{
background-color: #C8E534;
}
</style>
border-color css
<style>
span { border-color: #C8E534; }
span { border-color: rgb(200,229,52); }
td.TdClassName
{
border-color: #C8E534;
}
.TagClassName
{
border-color: #C8E534;
}
</style>