Shades of Pear #C8EA1D
Tints of Pear #C8EA1D
RGB
CMYK
RGB Variations
Color information
#C8EA1D (or 0xC8EA1D) is known color: Pear. HEX triplet: C8, EA and 1D. RGB value is (200,234,29). Sum of RGB (Red+Green+Blue) = 200+234+29=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 234 (91.80% from 255 or 50.54% from 463); Blue value is 29 (11.72% from 255 or 6.26% from 463); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA1D is #3715E2. Grayscale: #C9C9C9. Windows color (decimal): -3610083 or 1960648. OLE color: 1960648.
HSL color Cylindrical-coordinate representation of color #C8EA1D: hue angle of 69.95º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8EA1D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.08 |
| HSL | 69.95º | 0.83% | 0.52% | - |
| HSV(B) | 69.95º | 0.88% | 0.92% | - |
| XYZ | 53.46 | 71.21 | 12.09 | - |
| YUV | 200.46 | 31.24 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 29 | 0.15 | 0 | 0.88 | 0.08 | 69.95 | 0.83 | 0.52 |
| Hex | C8 | EA | 1D | F | 0 | 58 | 8 | 46 | 53 | 34 |
| Octal | 310 | 352 | 35 | 17 | 0 | 130 | 10 | 106 | 123 | 64 |
| Binary | 11001000 | 11101010 | 11101 | 1111 | 0 | 1011000 | 1000 | 1000110 | 1010011 | 110100 |
Color Harmonies of #C8EA1D
Complementary color
Monochromatic Colors of #C8EA1D
Black with #C8EA1D
Text Example
Text Example
White with #C8EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA1D; }
p { color: rgb(200,234,29); }
H1.HeaderClassName
{
color: #C8EA1D;
}
.AnyTagClassName
{
color: #C8EA1D;
}
</style>
background-color css
<style>
a { background-color: #C8EA1D; }
a { background-color: rgb(200,234,29); }
div.DivClassName
{
background-color: #C8EA1D;
}
.BgClassName
{
background-color: #C8EA1D;
}
</style>
border-color css
<style>
span { border-color: #C8EA1D; }
span { border-color: rgb(200,234,29); }
td.TdClassName
{
border-color: #C8EA1D;
}
.TagClassName
{
border-color: #C8EA1D;
}
</style>