Shades of Pear #C7E420
Tints of Pear #C7E420
RGB
CMYK
RGB Variations
Color information
#C7E420 (or 0xC7E420) is known color: Pear. HEX triplet: C7, E4 and 20. RGB value is (199,228,32). Sum of RGB (Red+Green+Blue) = 199+228+32=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #C7E420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7E420 is #381BDF. Grayscale: #C5C5C5. Windows color (decimal): -3677152 or 2155719. OLE color: 2155719.
HSL color Cylindrical-coordinate representation of color #C7E420: hue angle of 68.88º 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 #C7E420 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 228 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.11 |
| HSL | 68.88º | 0.78% | 0.51% | - |
| HSV(B) | 68.88º | 0.86% | 0.89% | - |
| XYZ | 51.56 | 67.73 | 11.72 | - |
| YUV | 196.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 228 | 32 | 0.13 | 0 | 0.86 | 0.11 | 68.88 | 0.78 | 0.51 |
| Hex | C7 | E4 | 20 | D | 0 | 56 | B | 45 | 4E | 33 |
| Octal | 307 | 344 | 40 | 15 | 0 | 126 | 13 | 105 | 116 | 63 |
| Binary | 11000111 | 11100100 | 100000 | 1101 | 0 | 1010110 | 1011 | 1000101 | 1001110 | 110011 |
Color Harmonies of #C7E420
Complementary color
Monochromatic Colors of #C7E420
Black with #C7E420
Text Example
Text Example
White with #C7E420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E420; }
p { color: rgb(199,228,32); }
H1.HeaderClassName
{
color: #C7E420;
}
.AnyTagClassName
{
color: #C7E420;
}
</style>
background-color css
<style>
a { background-color: #C7E420; }
a { background-color: rgb(199,228,32); }
div.DivClassName
{
background-color: #C7E420;
}
.BgClassName
{
background-color: #C7E420;
}
</style>
border-color css
<style>
span { border-color: #C7E420; }
span { border-color: rgb(199,228,32); }
td.TdClassName
{
border-color: #C7E420;
}
.TagClassName
{
border-color: #C7E420;
}
</style>