Shades of Pear #C7E620
Tints of Pear #C7E620
RGB
CMYK
RGB Variations
Color information
#C7E620 (or 0xC7E620) is known color: Pear. HEX triplet: C7, E6 and 20. RGB value is (199,230,32). Sum of RGB (Red+Green+Blue) = 199+230+32=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 32 (12.89% from 255 or 6.94% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E620 is #3819DF. Grayscale: #C6C6C6. Windows color (decimal): -3676640 or 2156231. OLE color: 2156231.
HSL color Cylindrical-coordinate representation of color #C7E620: hue angle of 69.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7E620 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.10 |
| HSL | 69.39º | 0.8% | 0.51% | - |
| HSV(B) | 69.39º | 0.86% | 0.9% | - |
| XYZ | 52.11 | 68.84 | 11.91 | - |
| YUV | 198.16 | 34.23 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 32 | 0.13 | 0 | 0.86 | 0.10 | 69.39 | 0.8 | 0.51 |
| Hex | C7 | E6 | 20 | D | 0 | 56 | A | 45 | 50 | 33 |
| Octal | 307 | 346 | 40 | 15 | 0 | 126 | 12 | 105 | 120 | 63 |
| Binary | 11000111 | 11100110 | 100000 | 1101 | 0 | 1010110 | 1010 | 1000101 | 1010000 | 110011 |
Color Harmonies of #C7E620
Complementary color
Monochromatic Colors of #C7E620
Black with #C7E620
Text Example
Text Example
White with #C7E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E620; }
p { color: rgb(199,230,32); }
H1.HeaderClassName
{
color: #C7E620;
}
.AnyTagClassName
{
color: #C7E620;
}
</style>
background-color css
<style>
a { background-color: #C7E620; }
a { background-color: rgb(199,230,32); }
div.DivClassName
{
background-color: #C7E620;
}
.BgClassName
{
background-color: #C7E620;
}
</style>
border-color css
<style>
span { border-color: #C7E620; }
span { border-color: rgb(199,230,32); }
td.TdClassName
{
border-color: #C7E620;
}
.TagClassName
{
border-color: #C7E620;
}
</style>