Shades of Pear #C5ED2C
Tints of Pear #C5ED2C
RGB
CMYK
RGB Variations
Color information
#C5ED2C (or 0xC5ED2C) is known color: Pear. HEX triplet: C5, ED and 2C. RGB value is (197,237,44). Sum of RGB (Red+Green+Blue) = 197+237+44=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED2C is #3A12D3. Grayscale: #CBCBCB. Windows color (decimal): -3805908 or 2944453. OLE color: 2944453.
HSL color Cylindrical-coordinate representation of color #C5ED2C: hue angle of 72.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5ED2C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 44 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.07 |
| HSL | 72.44º | 0.84% | 0.55% | - |
| HSV(B) | 72.44º | 0.81% | 0.93% | - |
| XYZ | 53.76 | 72.62 | 13.57 | - |
| YUV | 203.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 44 | 0.17 | 0 | 0.81 | 0.07 | 72.44 | 0.84 | 0.55 |
| Hex | C5 | ED | 2C | 11 | 0 | 51 | 7 | 48 | 54 | 37 |
| Octal | 305 | 355 | 54 | 21 | 0 | 121 | 7 | 110 | 124 | 67 |
| Binary | 11000101 | 11101101 | 101100 | 10001 | 0 | 1010001 | 111 | 1001000 | 1010100 | 110111 |
Color Harmonies of #C5ED2C
Complementary color
Monochromatic Colors of #C5ED2C
Black with #C5ED2C
Text Example
Text Example
White with #C5ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED2C; }
p { color: rgb(197,237,44); }
H1.HeaderClassName
{
color: #C5ED2C;
}
.AnyTagClassName
{
color: #C5ED2C;
}
</style>
background-color css
<style>
a { background-color: #C5ED2C; }
a { background-color: rgb(197,237,44); }
div.DivClassName
{
background-color: #C5ED2C;
}
.BgClassName
{
background-color: #C5ED2C;
}
</style>
border-color css
<style>
span { border-color: #C5ED2C; }
span { border-color: rgb(197,237,44); }
td.TdClassName
{
border-color: #C5ED2C;
}
.TagClassName
{
border-color: #C5ED2C;
}
</style>