Shades of Pear #C7F020
Tints of Pear #C7F020
RGB
CMYK
RGB Variations
Color information
#C7F020 (or 0xC7F020) is known color: Pear. HEX triplet: C7, F0 and 20. RGB value is (199,240,32). Sum of RGB (Red+Green+Blue) = 199+240+32=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 32 (12.89% from 255 or 6.79% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F020 is #380FDF. Grayscale: #CCCCCC. Windows color (decimal): -3674080 or 2158791. OLE color: 2158791.
HSL color Cylindrical-coordinate representation of color #C7F020: hue angle of 71.83º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7F020 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 32 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.06 |
| HSL | 71.83º | 0.87% | 0.53% | - |
| HSV(B) | 71.83º | 0.87% | 0.94% | - |
| XYZ | 54.97 | 74.57 | 12.86 | - |
| YUV | 204.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 32 | 0.17 | 0 | 0.87 | 0.06 | 71.83 | 0.87 | 0.53 |
| Hex | C7 | F0 | 20 | 11 | 0 | 57 | 6 | 48 | 57 | 35 |
| Octal | 307 | 360 | 40 | 21 | 0 | 127 | 6 | 110 | 127 | 65 |
| Binary | 11000111 | 11110000 | 100000 | 10001 | 0 | 1010111 | 110 | 1001000 | 1010111 | 110101 |
Color Harmonies of #C7F020
Complementary color
Monochromatic Colors of #C7F020
Black with #C7F020
Text Example
Text Example
White with #C7F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F020; }
p { color: rgb(199,240,32); }
H1.HeaderClassName
{
color: #C7F020;
}
.AnyTagClassName
{
color: #C7F020;
}
</style>
background-color css
<style>
a { background-color: #C7F020; }
a { background-color: rgb(199,240,32); }
div.DivClassName
{
background-color: #C7F020;
}
.BgClassName
{
background-color: #C7F020;
}
</style>
border-color css
<style>
span { border-color: #C7F020; }
span { border-color: rgb(199,240,32); }
td.TdClassName
{
border-color: #C7F020;
}
.TagClassName
{
border-color: #C7F020;
}
</style>