Shades of Pear #C7F220
Tints of Pear #C7F220
RGB
CMYK
RGB Variations
Color information
#C7F220 (or 0xC7F220) is known color: Pear. HEX triplet: C7, F2 and 20. RGB value is (199,242,32). Sum of RGB (Red+Green+Blue) = 199+242+32=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F220 is #380DDF. Grayscale: #CECECE. Windows color (decimal): -3673568 or 2159303. OLE color: 2159303.
HSL color Cylindrical-coordinate representation of color #C7F220: hue angle of 72.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7F220 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 32 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.05 |
| HSL | 72.29º | 0.89% | 0.54% | - |
| HSV(B) | 72.29º | 0.87% | 0.95% | - |
| XYZ | 55.57 | 75.75 | 13.06 | - |
| YUV | 205.2 | 30.25 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 32 | 0.18 | 0 | 0.87 | 0.05 | 72.29 | 0.89 | 0.54 |
| Hex | C7 | F2 | 20 | 12 | 0 | 57 | 5 | 48 | 59 | 36 |
| Octal | 307 | 362 | 40 | 22 | 0 | 127 | 5 | 110 | 131 | 66 |
| Binary | 11000111 | 11110010 | 100000 | 10010 | 0 | 1010111 | 101 | 1001000 | 1011001 | 110110 |
Color Harmonies of #C7F220
Complementary color
Monochromatic Colors of #C7F220
Black with #C7F220
Text Example
Text Example
White with #C7F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F220; }
p { color: rgb(199,242,32); }
H1.HeaderClassName
{
color: #C7F220;
}
.AnyTagClassName
{
color: #C7F220;
}
</style>
background-color css
<style>
a { background-color: #C7F220; }
a { background-color: rgb(199,242,32); }
div.DivClassName
{
background-color: #C7F220;
}
.BgClassName
{
background-color: #C7F220;
}
</style>
border-color css
<style>
span { border-color: #C7F220; }
span { border-color: rgb(199,242,32); }
td.TdClassName
{
border-color: #C7F220;
}
.TagClassName
{
border-color: #C7F220;
}
</style>