Shades of Pear #C5ED21
Tints of Pear #C5ED21
RGB
CMYK
RGB Variations
Color information
#C5ED21 (or 0xC5ED21) is known color: Pear. HEX triplet: C5, ED and 21. RGB value is (197,237,33). Sum of RGB (Red+Green+Blue) = 197+237+33=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED21 is #3A12DE. Grayscale: #CACACA. Windows color (decimal): -3805919 or 2223557. OLE color: 2223557.
HSL color Cylindrical-coordinate representation of color #C5ED21: hue angle of 71.76º 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 #C5ED21 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 33 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.07 |
| HSL | 71.76º | 0.85% | 0.53% | - |
| HSV(B) | 71.76º | 0.86% | 0.93% | - |
| XYZ | 53.58 | 72.55 | 12.62 | - |
| YUV | 201.78 | 32.75 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 33 | 0.17 | 0 | 0.86 | 0.07 | 71.76 | 0.85 | 0.53 |
| Hex | C5 | ED | 21 | 11 | 0 | 56 | 7 | 48 | 55 | 35 |
| Octal | 305 | 355 | 41 | 21 | 0 | 126 | 7 | 110 | 125 | 65 |
| Binary | 11000101 | 11101101 | 100001 | 10001 | 0 | 1010110 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C5ED21
Complementary color
Monochromatic Colors of #C5ED21
Black with #C5ED21
Text Example
Text Example
White with #C5ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED21; }
p { color: rgb(197,237,33); }
H1.HeaderClassName
{
color: #C5ED21;
}
.AnyTagClassName
{
color: #C5ED21;
}
</style>
background-color css
<style>
a { background-color: #C5ED21; }
a { background-color: rgb(197,237,33); }
div.DivClassName
{
background-color: #C5ED21;
}
.BgClassName
{
background-color: #C5ED21;
}
</style>
border-color css
<style>
span { border-color: #C5ED21; }
span { border-color: rgb(197,237,33); }
td.TdClassName
{
border-color: #C5ED21;
}
.TagClassName
{
border-color: #C5ED21;
}
</style>