Shades of Pear #C5F036
Tints of Pear #C5F036
RGB
CMYK
RGB Variations
Color information
#C5F036 (or 0xC5F036) is known color: Pear. HEX triplet: C5, F0 and 36. RGB value is (197,240,54). Sum of RGB (Red+Green+Blue) = 197+240+54=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F036 is #3A0FC9. Grayscale: #CECECE. Windows color (decimal): -3805130 or 3600581. OLE color: 3600581.
HSL color Cylindrical-coordinate representation of color #C5F036: hue angle of 73.87º 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 #C5F036 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 54 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.06 |
| HSL | 73.87º | 0.86% | 0.58% | - |
| HSV(B) | 73.87º | 0.78% | 0.94% | - |
| XYZ | 54.85 | 74.46 | 14.97 | - |
| YUV | 205.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 54 | 0.18 | 0 | 0.78 | 0.06 | 73.87 | 0.86 | 0.58 |
| Hex | C5 | F0 | 36 | 12 | 0 | 4E | 6 | 4A | 56 | 3A |
| Octal | 305 | 360 | 66 | 22 | 0 | 116 | 6 | 112 | 126 | 72 |
| Binary | 11000101 | 11110000 | 110110 | 10010 | 0 | 1001110 | 110 | 1001010 | 1010110 | 111010 |
Color Harmonies of #C5F036
Complementary color
Monochromatic Colors of #C5F036
Black with #C5F036
Text Example
Text Example
White with #C5F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F036; }
p { color: rgb(197,240,54); }
H1.HeaderClassName
{
color: #C5F036;
}
.AnyTagClassName
{
color: #C5F036;
}
</style>
background-color css
<style>
a { background-color: #C5F036; }
a { background-color: rgb(197,240,54); }
div.DivClassName
{
background-color: #C5F036;
}
.BgClassName
{
background-color: #C5F036;
}
</style>
border-color css
<style>
span { border-color: #C5F036; }
span { border-color: rgb(197,240,54); }
td.TdClassName
{
border-color: #C5F036;
}
.TagClassName
{
border-color: #C5F036;
}
</style>