Shades of Pear #C8EA1A
Tints of Pear #C8EA1A
RGB
CMYK
RGB Variations
Color information
#C8EA1A (or 0xC8EA1A) is known color: Pear. HEX triplet: C8, EA and 1A. RGB value is (200,234,26). Sum of RGB (Red+Green+Blue) = 200+234+26=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA1A is #3715E5. Grayscale: #C8C8C8. Windows color (decimal): -3610086 or 1764040. OLE color: 1764040.
HSL color Cylindrical-coordinate representation of color #C8EA1A: hue angle of 69.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8EA1A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 26 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.08 |
| HSL | 69.81º | 0.83% | 0.51% | - |
| HSV(B) | 69.81º | 0.89% | 0.92% | - |
| XYZ | 53.43 | 71.2 | 11.9 | - |
| YUV | 200.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 26 | 0.15 | 0 | 0.89 | 0.08 | 69.81 | 0.83 | 0.51 |
| Hex | C8 | EA | 1A | F | 0 | 59 | 8 | 46 | 53 | 33 |
| Octal | 310 | 352 | 32 | 17 | 0 | 131 | 10 | 106 | 123 | 63 |
| Binary | 11001000 | 11101010 | 11010 | 1111 | 0 | 1011001 | 1000 | 1000110 | 1010011 | 110011 |
Color Harmonies of #C8EA1A
Complementary color
Monochromatic Colors of #C8EA1A
Black with #C8EA1A
Text Example
Text Example
White with #C8EA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA1A; }
p { color: rgb(200,234,26); }
H1.HeaderClassName
{
color: #C8EA1A;
}
.AnyTagClassName
{
color: #C8EA1A;
}
</style>
background-color css
<style>
a { background-color: #C8EA1A; }
a { background-color: rgb(200,234,26); }
div.DivClassName
{
background-color: #C8EA1A;
}
.BgClassName
{
background-color: #C8EA1A;
}
</style>
border-color css
<style>
span { border-color: #C8EA1A; }
span { border-color: rgb(200,234,26); }
td.TdClassName
{
border-color: #C8EA1A;
}
.TagClassName
{
border-color: #C8EA1A;
}
</style>