Shades of Pear #C8E421
Tints of Pear #C8E421
RGB
CMYK
RGB Variations
Color information
#C8E421 (or 0xC8E421) is known color: Pear. HEX triplet: C8, E4 and 21. RGB value is (200,228,33). Sum of RGB (Red+Green+Blue) = 200+228+33=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E421 is #371BDE. Grayscale: #C6C6C6. Windows color (decimal): -3611615 or 2221256. OLE color: 2221256.
HSL color Cylindrical-coordinate representation of color #C8E421: hue angle of 68.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8E421 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 33 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.11 |
| HSL | 68.62º | 0.78% | 0.51% | - |
| HSV(B) | 68.62º | 0.86% | 0.89% | - |
| XYZ | 51.84 | 67.88 | 11.81 | - |
| YUV | 197.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 33 | 0.12 | 0 | 0.86 | 0.11 | 68.62 | 0.78 | 0.51 |
| Hex | C8 | E4 | 21 | C | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 310 | 344 | 41 | 14 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11001000 | 11100100 | 100001 | 1100 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C8E421
Complementary color
Monochromatic Colors of #C8E421
Black with #C8E421
Text Example
Text Example
White with #C8E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E421; }
p { color: rgb(200,228,33); }
H1.HeaderClassName
{
color: #C8E421;
}
.AnyTagClassName
{
color: #C8E421;
}
</style>
background-color css
<style>
a { background-color: #C8E421; }
a { background-color: rgb(200,228,33); }
div.DivClassName
{
background-color: #C8E421;
}
.BgClassName
{
background-color: #C8E421;
}
</style>
border-color css
<style>
span { border-color: #C8E421; }
span { border-color: rgb(200,228,33); }
td.TdClassName
{
border-color: #C8E421;
}
.TagClassName
{
border-color: #C8E421;
}
</style>