Shades of Pear #C8E81A
Tints of Pear #C8E81A
RGB
CMYK
RGB Variations
Color information
#C8E81A (or 0xC8E81A) is known color: Pear. HEX triplet: C8, E8 and 1A. RGB value is (200,232,26). Sum of RGB (Red+Green+Blue) = 200+232+26=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E81A is #3717E5. Grayscale: #C7C7C7. Windows color (decimal): -3610598 or 1763528. OLE color: 1763528.
HSL color Cylindrical-coordinate representation of color #C8E81A: hue angle of 69.32º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8E81A is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 26 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.09 |
| HSL | 69.32º | 0.82% | 0.51% | - |
| HSV(B) | 69.32º | 0.89% | 0.91% | - |
| XYZ | 52.86 | 70.07 | 11.72 | - |
| YUV | 198.95 | 30.4 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 26 | 0.14 | 0 | 0.89 | 0.09 | 69.32 | 0.82 | 0.51 |
| Hex | C8 | E8 | 1A | E | 0 | 59 | 9 | 45 | 52 | 33 |
| Octal | 310 | 350 | 32 | 16 | 0 | 131 | 11 | 105 | 122 | 63 |
| Binary | 11001000 | 11101000 | 11010 | 1110 | 0 | 1011001 | 1001 | 1000101 | 1010010 | 110011 |
Color Harmonies of #C8E81A
Complementary color
Monochromatic Colors of #C8E81A
Black with #C8E81A
Text Example
Text Example
White with #C8E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E81A; }
p { color: rgb(200,232,26); }
H1.HeaderClassName
{
color: #C8E81A;
}
.AnyTagClassName
{
color: #C8E81A;
}
</style>
background-color css
<style>
a { background-color: #C8E81A; }
a { background-color: rgb(200,232,26); }
div.DivClassName
{
background-color: #C8E81A;
}
.BgClassName
{
background-color: #C8E81A;
}
</style>
border-color css
<style>
span { border-color: #C8E81A; }
span { border-color: rgb(200,232,26); }
td.TdClassName
{
border-color: #C8E81A;
}
.TagClassName
{
border-color: #C8E81A;
}
</style>