Shades of Pear #C8E826
Tints of Pear #C8E826
RGB
CMYK
RGB Variations
Color information
#C8E826 (or 0xC8E826) is known color: Pear. HEX triplet: C8, E8 and 26. RGB value is (200,232,38). Sum of RGB (Red+Green+Blue) = 200+232+38=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 38 (15.23% from 255 or 8.09% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #C8E826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E826 is #3717D9. Grayscale: #C9C9C9. Windows color (decimal): -3610586 or 2549960. OLE color: 2549960.
HSL color Cylindrical-coordinate representation of color #C8E826: hue angle of 69.9º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8E826 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 232 | 38 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.09 |
| HSL | 69.9º | 0.81% | 0.53% | - |
| HSV(B) | 69.9º | 0.84% | 0.91% | - |
| XYZ | 53.03 | 70.13 | 12.58 | - |
| YUV | 200.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 232 | 38 | 0.14 | 0 | 0.84 | 0.09 | 69.9 | 0.81 | 0.53 |
| Hex | C8 | E8 | 26 | E | 0 | 54 | 9 | 46 | 51 | 35 |
| Octal | 310 | 350 | 46 | 16 | 0 | 124 | 11 | 106 | 121 | 65 |
| Binary | 11001000 | 11101000 | 100110 | 1110 | 0 | 1010100 | 1001 | 1000110 | 1010001 | 110101 |
Color Harmonies of #C8E826
Complementary color
Monochromatic Colors of #C8E826
Black with #C8E826
Text Example
Text Example
White with #C8E826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E826; }
p { color: rgb(200,232,38); }
H1.HeaderClassName
{
color: #C8E826;
}
.AnyTagClassName
{
color: #C8E826;
}
</style>
background-color css
<style>
a { background-color: #C8E826; }
a { background-color: rgb(200,232,38); }
div.DivClassName
{
background-color: #C8E826;
}
.BgClassName
{
background-color: #C8E826;
}
</style>
border-color css
<style>
span { border-color: #C8E826; }
span { border-color: rgb(200,232,38); }
td.TdClassName
{
border-color: #C8E826;
}
.TagClassName
{
border-color: #C8E826;
}
</style>