Shades of Pear #C5ED23
Tints of Pear #C5ED23
RGB
CMYK
RGB Variations
Color information
#C5ED23 (or 0xC5ED23) is known color: Pear. HEX triplet: C5, ED and 23. RGB value is (197,237,35). Sum of RGB (Red+Green+Blue) = 197+237+35=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5ED23 is #3A12DC. Grayscale: #CACACA. Windows color (decimal): -3805917 or 2354629. OLE color: 2354629.
HSL color Cylindrical-coordinate representation of color #C5ED23: hue angle of 71.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5ED23 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.07 |
| HSL | 71.88º | 0.85% | 0.53% | - |
| HSV(B) | 71.88º | 0.85% | 0.93% | - |
| XYZ | 53.61 | 72.56 | 12.77 | - |
| YUV | 202.01 | 33.75 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 35 | 0.17 | 0 | 0.85 | 0.07 | 71.88 | 0.85 | 0.53 |
| Hex | C5 | ED | 23 | 11 | 0 | 55 | 7 | 48 | 55 | 35 |
| Octal | 305 | 355 | 43 | 21 | 0 | 125 | 7 | 110 | 125 | 65 |
| Binary | 11000101 | 11101101 | 100011 | 10001 | 0 | 1010101 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C5ED23
Complementary color
Monochromatic Colors of #C5ED23
Black with #C5ED23
Text Example
Text Example
White with #C5ED23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED23; }
p { color: rgb(197,237,35); }
H1.HeaderClassName
{
color: #C5ED23;
}
.AnyTagClassName
{
color: #C5ED23;
}
</style>
background-color css
<style>
a { background-color: #C5ED23; }
a { background-color: rgb(197,237,35); }
div.DivClassName
{
background-color: #C5ED23;
}
.BgClassName
{
background-color: #C5ED23;
}
</style>
border-color css
<style>
span { border-color: #C5ED23; }
span { border-color: rgb(197,237,35); }
td.TdClassName
{
border-color: #C5ED23;
}
.TagClassName
{
border-color: #C5ED23;
}
</style>