Shades of Pear #C5F239
Tints of Pear #C5F239
RGB
CMYK
RGB Variations
Color information
#C5F239 (or 0xC5F239) is known color: Pear. HEX triplet: C5, F2 and 39. RGB value is (197,242,57). Sum of RGB (Red+Green+Blue) = 197+242+57=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 57 (22.66% from 255 or 11.49% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F239 is #3A0DC6. Grayscale: #D0D0D0. Windows color (decimal): -3804615 or 3797701. OLE color: 3797701.
HSL color Cylindrical-coordinate representation of color #C5F239: hue angle of 74.59º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5F239 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 57 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.05 |
| HSL | 74.59º | 0.88% | 0.59% | - |
| HSV(B) | 74.59º | 0.76% | 0.95% | - |
| XYZ | 55.52 | 75.67 | 15.55 | - |
| YUV | 207.46 | 43.09 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 57 | 0.19 | 0 | 0.76 | 0.05 | 74.59 | 0.88 | 0.59 |
| Hex | C5 | F2 | 39 | 13 | 0 | 4C | 5 | 4B | 58 | 3B |
| Octal | 305 | 362 | 71 | 23 | 0 | 114 | 5 | 113 | 130 | 73 |
| Binary | 11000101 | 11110010 | 111001 | 10011 | 0 | 1001100 | 101 | 1001011 | 1011000 | 111011 |
Color Harmonies of #C5F239
Complementary color
Monochromatic Colors of #C5F239
Black with #C5F239
Text Example
Text Example
White with #C5F239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F239; }
p { color: rgb(197,242,57); }
H1.HeaderClassName
{
color: #C5F239;
}
.AnyTagClassName
{
color: #C5F239;
}
</style>
background-color css
<style>
a { background-color: #C5F239; }
a { background-color: rgb(197,242,57); }
div.DivClassName
{
background-color: #C5F239;
}
.BgClassName
{
background-color: #C5F239;
}
</style>
border-color css
<style>
span { border-color: #C5F239; }
span { border-color: rgb(197,242,57); }
td.TdClassName
{
border-color: #C5F239;
}
.TagClassName
{
border-color: #C5F239;
}
</style>