Shades of Pear #C7E720
Tints of Pear #C7E720
RGB
CMYK
RGB Variations
Color information
#C7E720 (or 0xC7E720) is known color: Pear. HEX triplet: C7, E7 and 20. RGB value is (199,231,32). Sum of RGB (Red+Green+Blue) = 199+231+32=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E720 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E720 is #3818DF. Grayscale: #C7C7C7. Windows color (decimal): -3676384 or 2156487. OLE color: 2156487.
HSL color Cylindrical-coordinate representation of color #C7E720: hue angle of 69.65º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7E720 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.09 |
| HSL | 69.65º | 0.81% | 0.52% | - |
| HSV(B) | 69.65º | 0.86% | 0.91% | - |
| XYZ | 52.39 | 69.4 | 12 | - |
| YUV | 198.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 32 | 0.14 | 0 | 0.86 | 0.09 | 69.65 | 0.81 | 0.52 |
| Hex | C7 | E7 | 20 | E | 0 | 56 | 9 | 46 | 51 | 34 |
| Octal | 307 | 347 | 40 | 16 | 0 | 126 | 11 | 106 | 121 | 64 |
| Binary | 11000111 | 11100111 | 100000 | 1110 | 0 | 1010110 | 1001 | 1000110 | 1010001 | 110100 |
Color Harmonies of #C7E720
Complementary color
Monochromatic Colors of #C7E720
Black with #C7E720
Text Example
Text Example
White with #C7E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E720; }
p { color: rgb(199,231,32); }
H1.HeaderClassName
{
color: #C7E720;
}
.AnyTagClassName
{
color: #C7E720;
}
</style>
background-color css
<style>
a { background-color: #C7E720; }
a { background-color: rgb(199,231,32); }
div.DivClassName
{
background-color: #C7E720;
}
.BgClassName
{
background-color: #C7E720;
}
</style>
border-color css
<style>
span { border-color: #C7E720; }
span { border-color: rgb(199,231,32); }
td.TdClassName
{
border-color: #C7E720;
}
.TagClassName
{
border-color: #C7E720;
}
</style>