Shades of Pear #C5F136
Tints of Pear #C5F136
RGB
CMYK
RGB Variations
Color information
#C5F136 (or 0xC5F136) is known color: Pear. HEX triplet: C5, F1 and 36. RGB value is (197,241,54). Sum of RGB (Red+Green+Blue) = 197+241+54=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F136 is #3A0EC9. Grayscale: #CFCFCF. Windows color (decimal): -3804874 or 3600837. OLE color: 3600837.
HSL color Cylindrical-coordinate representation of color #C5F136: hue angle of 74.12º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5F136 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 54 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.05 |
| HSL | 74.12º | 0.87% | 0.58% | - |
| HSV(B) | 74.12º | 0.78% | 0.95% | - |
| XYZ | 55.15 | 75.05 | 15.07 | - |
| YUV | 206.53 | 41.92 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 54 | 0.18 | 0 | 0.78 | 0.05 | 74.12 | 0.87 | 0.58 |
| Hex | C5 | F1 | 36 | 12 | 0 | 4E | 5 | 4A | 57 | 3A |
| Octal | 305 | 361 | 66 | 22 | 0 | 116 | 5 | 112 | 127 | 72 |
| Binary | 11000101 | 11110001 | 110110 | 10010 | 0 | 1001110 | 101 | 1001010 | 1010111 | 111010 |
Color Harmonies of #C5F136
Complementary color
Monochromatic Colors of #C5F136
Black with #C5F136
Text Example
Text Example
White with #C5F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F136; }
p { color: rgb(197,241,54); }
H1.HeaderClassName
{
color: #C5F136;
}
.AnyTagClassName
{
color: #C5F136;
}
</style>
background-color css
<style>
a { background-color: #C5F136; }
a { background-color: rgb(197,241,54); }
div.DivClassName
{
background-color: #C5F136;
}
.BgClassName
{
background-color: #C5F136;
}
</style>
border-color css
<style>
span { border-color: #C5F136; }
span { border-color: rgb(197,241,54); }
td.TdClassName
{
border-color: #C5F136;
}
.TagClassName
{
border-color: #C5F136;
}
</style>