Shades of Pear #C5ED22
Tints of Pear #C5ED22
RGB
CMYK
RGB Variations
Color information
#C5ED22 (or 0xC5ED22) is known color: Pear. HEX triplet: C5, ED and 22. RGB value is (197,237,34). Sum of RGB (Red+Green+Blue) = 197+237+34=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED22 is #3A12DD. Grayscale: #CACACA. Windows color (decimal): -3805918 or 2289093. OLE color: 2289093.
HSL color Cylindrical-coordinate representation of color #C5ED22: hue angle of 71.82º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5ED22 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 34 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.07 |
| HSL | 71.82º | 0.85% | 0.53% | - |
| HSV(B) | 71.82º | 0.86% | 0.93% | - |
| XYZ | 53.6 | 72.55 | 12.69 | - |
| YUV | 201.9 | 33.25 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 34 | 0.17 | 0 | 0.86 | 0.07 | 71.82 | 0.85 | 0.53 |
| Hex | C5 | ED | 22 | 11 | 0 | 56 | 7 | 48 | 55 | 35 |
| Octal | 305 | 355 | 42 | 21 | 0 | 126 | 7 | 110 | 125 | 65 |
| Binary | 11000101 | 11101101 | 100010 | 10001 | 0 | 1010110 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C5ED22
Complementary color
Monochromatic Colors of #C5ED22
Black with #C5ED22
Text Example
Text Example
White with #C5ED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED22; }
p { color: rgb(197,237,34); }
H1.HeaderClassName
{
color: #C5ED22;
}
.AnyTagClassName
{
color: #C5ED22;
}
</style>
background-color css
<style>
a { background-color: #C5ED22; }
a { background-color: rgb(197,237,34); }
div.DivClassName
{
background-color: #C5ED22;
}
.BgClassName
{
background-color: #C5ED22;
}
</style>
border-color css
<style>
span { border-color: #C5ED22; }
span { border-color: rgb(197,237,34); }
td.TdClassName
{
border-color: #C5ED22;
}
.TagClassName
{
border-color: #C5ED22;
}
</style>