Shades of Pear #C8EA1B
Tints of Pear #C8EA1B
RGB
CMYK
RGB Variations
Color information
#C8EA1B (or 0xC8EA1B) is known color: Pear. HEX triplet: C8, EA and 1B. RGB value is (200,234,27). Sum of RGB (Red+Green+Blue) = 200+234+27=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA1B is #3715E4. Grayscale: #C9C9C9. Windows color (decimal): -3610085 or 1829576. OLE color: 1829576.
HSL color Cylindrical-coordinate representation of color #C8EA1B: hue angle of 69.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8EA1B is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 27 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.08 |
| HSL | 69.86º | 0.83% | 0.51% | - |
| HSV(B) | 69.86º | 0.88% | 0.92% | - |
| XYZ | 53.44 | 71.2 | 11.96 | - |
| YUV | 200.24 | 30.24 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 27 | 0.15 | 0 | 0.88 | 0.08 | 69.86 | 0.83 | 0.51 |
| Hex | C8 | EA | 1B | F | 0 | 58 | 8 | 46 | 53 | 33 |
| Octal | 310 | 352 | 33 | 17 | 0 | 130 | 10 | 106 | 123 | 63 |
| Binary | 11001000 | 11101010 | 11011 | 1111 | 0 | 1011000 | 1000 | 1000110 | 1010011 | 110011 |
Color Harmonies of #C8EA1B
Complementary color
Monochromatic Colors of #C8EA1B
Black with #C8EA1B
Text Example
Text Example
White with #C8EA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA1B; }
p { color: rgb(200,234,27); }
H1.HeaderClassName
{
color: #C8EA1B;
}
.AnyTagClassName
{
color: #C8EA1B;
}
</style>
background-color css
<style>
a { background-color: #C8EA1B; }
a { background-color: rgb(200,234,27); }
div.DivClassName
{
background-color: #C8EA1B;
}
.BgClassName
{
background-color: #C8EA1B;
}
</style>
border-color css
<style>
span { border-color: #C8EA1B; }
span { border-color: rgb(200,234,27); }
td.TdClassName
{
border-color: #C8EA1B;
}
.TagClassName
{
border-color: #C8EA1B;
}
</style>