Shades of Pear #C5F72B
Tints of Pear #C5F72B
RGB
CMYK
RGB Variations
Color information
#C5F72B (or 0xC5F72B) is known color: Pear. HEX triplet: C5, F7 and 2B. RGB value is (197,247,43). Sum of RGB (Red+Green+Blue) = 197+247+43=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F72B is #3A08D4. Grayscale: #D1D1D1. Windows color (decimal): -3803349 or 2881477. OLE color: 2881477.
HSL color Cylindrical-coordinate representation of color #C5F72B: hue angle of 74.71º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5F72B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 43 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.03 |
| HSL | 74.71º | 0.93% | 0.57% | - |
| HSV(B) | 74.71º | 0.83% | 0.97% | - |
| XYZ | 56.72 | 78.57 | 14.46 | - |
| YUV | 208.79 | 34.44 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 43 | 0.20 | 0 | 0.83 | 0.03 | 74.71 | 0.93 | 0.57 |
| Hex | C5 | F7 | 2B | 14 | 0 | 53 | 3 | 4B | 5D | 39 |
| Octal | 305 | 367 | 53 | 24 | 0 | 123 | 3 | 113 | 135 | 71 |
| Binary | 11000101 | 11110111 | 101011 | 10100 | 0 | 1010011 | 11 | 1001011 | 1011101 | 111001 |
Color Harmonies of #C5F72B
Complementary color
Monochromatic Colors of #C5F72B
Black with #C5F72B
Text Example
Text Example
White with #C5F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F72B; }
p { color: rgb(197,247,43); }
H1.HeaderClassName
{
color: #C5F72B;
}
.AnyTagClassName
{
color: #C5F72B;
}
</style>
background-color css
<style>
a { background-color: #C5F72B; }
a { background-color: rgb(197,247,43); }
div.DivClassName
{
background-color: #C5F72B;
}
.BgClassName
{
background-color: #C5F72B;
}
</style>
border-color css
<style>
span { border-color: #C5F72B; }
span { border-color: rgb(197,247,43); }
td.TdClassName
{
border-color: #C5F72B;
}
.TagClassName
{
border-color: #C5F72B;
}
</style>