Shades of Pear #C5EF36
Tints of Pear #C5EF36
RGB
CMYK
RGB Variations
Color information
#C5EF36 (or 0xC5EF36) is known color: Pear. HEX triplet: C5, EF and 36. RGB value is (197,239,54). Sum of RGB (Red+Green+Blue) = 197+239+54=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF36 is #3A10C9. Grayscale: #CECECE. Windows color (decimal): -3805386 or 3600325. OLE color: 3600325.
HSL color Cylindrical-coordinate representation of color #C5EF36: hue angle of 73.62º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5EF36 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 54 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.06 |
| HSL | 73.62º | 0.85% | 0.57% | - |
| HSV(B) | 73.62º | 0.77% | 0.94% | - |
| XYZ | 54.56 | 73.87 | 14.87 | - |
| YUV | 205.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 54 | 0.18 | 0 | 0.77 | 0.06 | 73.62 | 0.85 | 0.57 |
| Hex | C5 | EF | 36 | 12 | 0 | 4D | 6 | 4A | 55 | 39 |
| Octal | 305 | 357 | 66 | 22 | 0 | 115 | 6 | 112 | 125 | 71 |
| Binary | 11000101 | 11101111 | 110110 | 10010 | 0 | 1001101 | 110 | 1001010 | 1010101 | 111001 |
Color Harmonies of #C5EF36
Complementary color
Monochromatic Colors of #C5EF36
Black with #C5EF36
Text Example
Text Example
White with #C5EF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF36; }
p { color: rgb(197,239,54); }
H1.HeaderClassName
{
color: #C5EF36;
}
.AnyTagClassName
{
color: #C5EF36;
}
</style>
background-color css
<style>
a { background-color: #C5EF36; }
a { background-color: rgb(197,239,54); }
div.DivClassName
{
background-color: #C5EF36;
}
.BgClassName
{
background-color: #C5EF36;
}
</style>
border-color css
<style>
span { border-color: #C5EF36; }
span { border-color: rgb(197,239,54); }
td.TdClassName
{
border-color: #C5EF36;
}
.TagClassName
{
border-color: #C5EF36;
}
</style>