Shades of Pear #C5ED20
Tints of Pear #C5ED20
RGB
CMYK
RGB Variations
Color information
#C5ED20 (or 0xC5ED20) is known color: Pear. HEX triplet: C5, ED and 20. RGB value is (197,237,32). Sum of RGB (Red+Green+Blue) = 197+237+32=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED20 is #3A12DF. Grayscale: #CACACA. Windows color (decimal): -3805920 or 2158021. OLE color: 2158021.
HSL color Cylindrical-coordinate representation of color #C5ED20: hue angle of 71.71º 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 #C5ED20 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 32 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.07 |
| HSL | 71.71º | 0.85% | 0.53% | - |
| HSV(B) | 71.71º | 0.86% | 0.93% | - |
| XYZ | 53.57 | 72.54 | 12.55 | - |
| YUV | 201.67 | 32.25 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 32 | 0.17 | 0 | 0.86 | 0.07 | 71.71 | 0.85 | 0.53 |
| Hex | C5 | ED | 20 | 11 | 0 | 56 | 7 | 48 | 55 | 35 |
| Octal | 305 | 355 | 40 | 21 | 0 | 126 | 7 | 110 | 125 | 65 |
| Binary | 11000101 | 11101101 | 100000 | 10001 | 0 | 1010110 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C5ED20
Complementary color
Monochromatic Colors of #C5ED20
Black with #C5ED20
Text Example
Text Example
White with #C5ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED20; }
p { color: rgb(197,237,32); }
H1.HeaderClassName
{
color: #C5ED20;
}
.AnyTagClassName
{
color: #C5ED20;
}
</style>
background-color css
<style>
a { background-color: #C5ED20; }
a { background-color: rgb(197,237,32); }
div.DivClassName
{
background-color: #C5ED20;
}
.BgClassName
{
background-color: #C5ED20;
}
</style>
border-color css
<style>
span { border-color: #C5ED20; }
span { border-color: rgb(197,237,32); }
td.TdClassName
{
border-color: #C5ED20;
}
.TagClassName
{
border-color: #C5ED20;
}
</style>