Shades of Pear #C5EF22
Tints of Pear #C5EF22
RGB
CMYK
RGB Variations
Color information
#C5EF22 (or 0xC5EF22) is known color: Pear. HEX triplet: C5, EF and 22. RGB value is (197,239,34). Sum of RGB (Red+Green+Blue) = 197+239+34=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF22 is #3A10DD. Grayscale: #CBCBCB. Windows color (decimal): -3805406 or 2289605. OLE color: 2289605.
HSL color Cylindrical-coordinate representation of color #C5EF22: hue angle of 72.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5EF22 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 34 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.06 |
| HSL | 72.29º | 0.86% | 0.54% | - |
| HSV(B) | 72.29º | 0.86% | 0.94% | - |
| XYZ | 54.18 | 73.72 | 12.89 | - |
| YUV | 203.07 | 32.59 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 34 | 0.18 | 0 | 0.86 | 0.06 | 72.29 | 0.86 | 0.54 |
| Hex | C5 | EF | 22 | 12 | 0 | 56 | 6 | 48 | 56 | 36 |
| Octal | 305 | 357 | 42 | 22 | 0 | 126 | 6 | 110 | 126 | 66 |
| Binary | 11000101 | 11101111 | 100010 | 10010 | 0 | 1010110 | 110 | 1001000 | 1010110 | 110110 |
Color Harmonies of #C5EF22
Complementary color
Monochromatic Colors of #C5EF22
Black with #C5EF22
Text Example
Text Example
White with #C5EF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF22; }
p { color: rgb(197,239,34); }
H1.HeaderClassName
{
color: #C5EF22;
}
.AnyTagClassName
{
color: #C5EF22;
}
</style>
background-color css
<style>
a { background-color: #C5EF22; }
a { background-color: rgb(197,239,34); }
div.DivClassName
{
background-color: #C5EF22;
}
.BgClassName
{
background-color: #C5EF22;
}
</style>
border-color css
<style>
span { border-color: #C5EF22; }
span { border-color: rgb(197,239,34); }
td.TdClassName
{
border-color: #C5EF22;
}
.TagClassName
{
border-color: #C5EF22;
}
</style>