Shades of Pear #C7F72E
Tints of Pear #C7F72E
RGB
CMYK
RGB Variations
Color information
#C7F72E (or 0xC7F72E) is known color: Pear. HEX triplet: C7, F7 and 2E. RGB value is (199,247,46). Sum of RGB (Red+Green+Blue) = 199+247+46=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #C7F72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F72E is #3808D1. Grayscale: #D2D2D2. Windows color (decimal): -3672274 or 3078087. OLE color: 3078087.
HSL color Cylindrical-coordinate representation of color #C7F72E: hue angle of 74.33º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7F72E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 247 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.03 |
| HSL | 74.33º | 0.93% | 0.57% | - |
| HSV(B) | 74.33º | 0.81% | 0.97% | - |
| XYZ | 57.31 | 78.86 | 14.79 | - |
| YUV | 209.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 247 | 46 | 0.19 | 0 | 0.81 | 0.03 | 74.33 | 0.93 | 0.57 |
| Hex | C7 | F7 | 2E | 13 | 0 | 51 | 3 | 4A | 5D | 39 |
| Octal | 307 | 367 | 56 | 23 | 0 | 121 | 3 | 112 | 135 | 71 |
| Binary | 11000111 | 11110111 | 101110 | 10011 | 0 | 1010001 | 11 | 1001010 | 1011101 | 111001 |
Color Harmonies of #C7F72E
Complementary color
Monochromatic Colors of #C7F72E
Black with #C7F72E
Text Example
Text Example
White with #C7F72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F72E; }
p { color: rgb(199,247,46); }
H1.HeaderClassName
{
color: #C7F72E;
}
.AnyTagClassName
{
color: #C7F72E;
}
</style>
background-color css
<style>
a { background-color: #C7F72E; }
a { background-color: rgb(199,247,46); }
div.DivClassName
{
background-color: #C7F72E;
}
.BgClassName
{
background-color: #C7F72E;
}
</style>
border-color css
<style>
span { border-color: #C7F72E; }
span { border-color: rgb(199,247,46); }
td.TdClassName
{
border-color: #C7F72E;
}
.TagClassName
{
border-color: #C7F72E;
}
</style>