Shades of Pear #C5EF39
Tints of Pear #C5EF39
RGB
CMYK
RGB Variations
Color information
#C5EF39 (or 0xC5EF39) is known color: Pear. HEX triplet: C5, EF and 39. RGB value is (197,239,57). Sum of RGB (Red+Green+Blue) = 197+239+57=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF39 is #3A10C6. Grayscale: #CECECE. Windows color (decimal): -3805383 or 3796933. OLE color: 3796933.
HSL color Cylindrical-coordinate representation of color #C5EF39: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5EF39 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 57 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.06 |
| HSL | 73.85º | 0.85% | 0.58% | - |
| HSV(B) | 73.85º | 0.76% | 0.94% | - |
| XYZ | 54.63 | 73.9 | 15.26 | - |
| YUV | 205.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 57 | 0.18 | 0 | 0.76 | 0.06 | 73.85 | 0.85 | 0.58 |
| Hex | C5 | EF | 39 | 12 | 0 | 4C | 6 | 4A | 55 | 3A |
| Octal | 305 | 357 | 71 | 22 | 0 | 114 | 6 | 112 | 125 | 72 |
| Binary | 11000101 | 11101111 | 111001 | 10010 | 0 | 1001100 | 110 | 1001010 | 1010101 | 111010 |
Color Harmonies of #C5EF39
Complementary color
Monochromatic Colors of #C5EF39
Black with #C5EF39
Text Example
Text Example
White with #C5EF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF39; }
p { color: rgb(197,239,57); }
H1.HeaderClassName
{
color: #C5EF39;
}
.AnyTagClassName
{
color: #C5EF39;
}
</style>
background-color css
<style>
a { background-color: #C5EF39; }
a { background-color: rgb(197,239,57); }
div.DivClassName
{
background-color: #C5EF39;
}
.BgClassName
{
background-color: #C5EF39;
}
</style>
border-color css
<style>
span { border-color: #C5EF39; }
span { border-color: rgb(197,239,57); }
td.TdClassName
{
border-color: #C5EF39;
}
.TagClassName
{
border-color: #C5EF39;
}
</style>