Shades of Pear #C5F037
Tints of Pear #C5F037
RGB
CMYK
RGB Variations
Color information
#C5F037 (or 0xC5F037) is known color: Pear. HEX triplet: C5, F0 and 37. RGB value is (197,240,55). Sum of RGB (Red+Green+Blue) = 197+240+55=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F037 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F037 is #3A0FC8. Grayscale: #CECECE. Windows color (decimal): -3805129 or 3666117. OLE color: 3666117.
HSL color Cylindrical-coordinate representation of color #C5F037: hue angle of 73.95º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5F037 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 55 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.06 |
| HSL | 73.95º | 0.86% | 0.58% | - |
| HSV(B) | 73.95º | 0.77% | 0.94% | - |
| XYZ | 54.88 | 74.47 | 15.1 | - |
| YUV | 206.05 | 42.75 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 55 | 0.18 | 0 | 0.77 | 0.06 | 73.95 | 0.86 | 0.58 |
| Hex | C5 | F0 | 37 | 12 | 0 | 4D | 6 | 4A | 56 | 3A |
| Octal | 305 | 360 | 67 | 22 | 0 | 115 | 6 | 112 | 126 | 72 |
| Binary | 11000101 | 11110000 | 110111 | 10010 | 0 | 1001101 | 110 | 1001010 | 1010110 | 111010 |
Color Harmonies of #C5F037
Complementary color
Monochromatic Colors of #C5F037
Black with #C5F037
Text Example
Text Example
White with #C5F037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F037; }
p { color: rgb(197,240,55); }
H1.HeaderClassName
{
color: #C5F037;
}
.AnyTagClassName
{
color: #C5F037;
}
</style>
background-color css
<style>
a { background-color: #C5F037; }
a { background-color: rgb(197,240,55); }
div.DivClassName
{
background-color: #C5F037;
}
.BgClassName
{
background-color: #C5F037;
}
</style>
border-color css
<style>
span { border-color: #C5F037; }
span { border-color: rgb(197,240,55); }
td.TdClassName
{
border-color: #C5F037;
}
.TagClassName
{
border-color: #C5F037;
}
</style>