Shades of Pear #C5F72E
Tints of Pear #C5F72E
RGB
CMYK
RGB Variations
Color information
#C5F72E (or 0xC5F72E) is known color: Pear. HEX triplet: C5, F7 and 2E. RGB value is (197,247,46). Sum of RGB (Red+Green+Blue) = 197+247+46=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 46 (18.36% from 255 or 9.39% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F72E is #3A08D1. Grayscale: #D1D1D1. Windows color (decimal): -3803346 or 3078085. OLE color: 3078085.
HSL color Cylindrical-coordinate representation of color #C5F72E: hue angle of 74.93º 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 #C5F72E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 46 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.03 |
| HSL | 74.93º | 0.93% | 0.57% | - |
| HSV(B) | 74.93º | 0.81% | 0.97% | - |
| XYZ | 56.78 | 78.59 | 14.76 | - |
| YUV | 209.14 | 35.94 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 46 | 0.20 | 0 | 0.81 | 0.03 | 74.93 | 0.93 | 0.57 |
| Hex | C5 | F7 | 2E | 14 | 0 | 51 | 3 | 4B | 5D | 39 |
| Octal | 305 | 367 | 56 | 24 | 0 | 121 | 3 | 113 | 135 | 71 |
| Binary | 11000101 | 11110111 | 101110 | 10100 | 0 | 1010001 | 11 | 1001011 | 1011101 | 111001 |
Color Harmonies of #C5F72E
Complementary color
Monochromatic Colors of #C5F72E
Black with #C5F72E
Text Example
Text Example
White with #C5F72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F72E; }
p { color: rgb(197,247,46); }
H1.HeaderClassName
{
color: #C5F72E;
}
.AnyTagClassName
{
color: #C5F72E;
}
</style>
background-color css
<style>
a { background-color: #C5F72E; }
a { background-color: rgb(197,247,46); }
div.DivClassName
{
background-color: #C5F72E;
}
.BgClassName
{
background-color: #C5F72E;
}
</style>
border-color css
<style>
span { border-color: #C5F72E; }
span { border-color: rgb(197,247,46); }
td.TdClassName
{
border-color: #C5F72E;
}
.TagClassName
{
border-color: #C5F72E;
}
</style>