Shades of Pear #C7E920
Tints of Pear #C7E920
RGB
CMYK
RGB Variations
Color information
#C7E920 (or 0xC7E920) is known color: Pear. HEX triplet: C7, E9 and 20. RGB value is (199,233,32). Sum of RGB (Red+Green+Blue) = 199+233+32=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E920 is #3816DF. Grayscale: #C8C8C8. Windows color (decimal): -3675872 or 2156999. OLE color: 2156999.
HSL color Cylindrical-coordinate representation of color #C7E920: hue angle of 70.15º degrees, saturation: 0.82, 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 #C7E920 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 32 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.09 |
| HSL | 70.15º | 0.82% | 0.52% | - |
| HSV(B) | 70.15º | 0.86% | 0.91% | - |
| XYZ | 52.95 | 70.52 | 12.19 | - |
| YUV | 199.92 | 33.24 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 32 | 0.15 | 0 | 0.86 | 0.09 | 70.15 | 0.82 | 0.52 |
| Hex | C7 | E9 | 20 | F | 0 | 56 | 9 | 46 | 52 | 34 |
| Octal | 307 | 351 | 40 | 17 | 0 | 126 | 11 | 106 | 122 | 64 |
| Binary | 11000111 | 11101001 | 100000 | 1111 | 0 | 1010110 | 1001 | 1000110 | 1010010 | 110100 |
Color Harmonies of #C7E920
Complementary color
Monochromatic Colors of #C7E920
Black with #C7E920
Text Example
Text Example
White with #C7E920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E920; }
p { color: rgb(199,233,32); }
H1.HeaderClassName
{
color: #C7E920;
}
.AnyTagClassName
{
color: #C7E920;
}
</style>
background-color css
<style>
a { background-color: #C7E920; }
a { background-color: rgb(199,233,32); }
div.DivClassName
{
background-color: #C7E920;
}
.BgClassName
{
background-color: #C7E920;
}
</style>
border-color css
<style>
span { border-color: #C7E920; }
span { border-color: rgb(199,233,32); }
td.TdClassName
{
border-color: #C7E920;
}
.TagClassName
{
border-color: #C7E920;
}
</style>