Shades of Pear #C5F729
Tints of Pear #C5F729
RGB
CMYK
RGB Variations
Color information
#C5F729 (or 0xC5F729) is known color: Pear. HEX triplet: C5, F7 and 29. RGB value is (197,247,41). Sum of RGB (Red+Green+Blue) = 197+247+41=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F729 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F729 is #3A08D6. Grayscale: #D1D1D1. Windows color (decimal): -3803351 or 2750405. OLE color: 2750405.
HSL color Cylindrical-coordinate representation of color #C5F729: hue angle of 74.56º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5F729 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 41 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.03 |
| HSL | 74.56º | 0.93% | 0.56% | - |
| HSV(B) | 74.56º | 0.83% | 0.97% | - |
| XYZ | 56.69 | 78.55 | 14.27 | - |
| YUV | 208.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 41 | 0.20 | 0 | 0.83 | 0.03 | 74.56 | 0.93 | 0.56 |
| Hex | C5 | F7 | 29 | 14 | 0 | 53 | 3 | 4B | 5D | 38 |
| Octal | 305 | 367 | 51 | 24 | 0 | 123 | 3 | 113 | 135 | 70 |
| Binary | 11000101 | 11110111 | 101001 | 10100 | 0 | 1010011 | 11 | 1001011 | 1011101 | 111000 |
Color Harmonies of #C5F729
Complementary color
Monochromatic Colors of #C5F729
Black with #C5F729
Text Example
Text Example
White with #C5F729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F729; }
p { color: rgb(197,247,41); }
H1.HeaderClassName
{
color: #C5F729;
}
.AnyTagClassName
{
color: #C5F729;
}
</style>
background-color css
<style>
a { background-color: #C5F729; }
a { background-color: rgb(197,247,41); }
div.DivClassName
{
background-color: #C5F729;
}
.BgClassName
{
background-color: #C5F729;
}
</style>
border-color css
<style>
span { border-color: #C5F729; }
span { border-color: rgb(197,247,41); }
td.TdClassName
{
border-color: #C5F729;
}
.TagClassName
{
border-color: #C5F729;
}
</style>