Shades of Pear #CCED20
Tints of Pear #CCED20
RGB
CMYK
RGB Variations
Color information
#CCED20 (or 0xCCED20) is known color: Pear. HEX triplet: CC, ED and 20. RGB value is (204,237,32). Sum of RGB (Red+Green+Blue) = 204+237+32=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCED20 is #3312DF. Grayscale: #CCCCCC. Windows color (decimal): -3347168 or 2158028. OLE color: 2158028.
HSL color Cylindrical-coordinate representation of color #CCED20: hue angle of 69.66º 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 #CCED20 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 32 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.07 |
| HSL | 69.66º | 0.85% | 0.53% | - |
| HSV(B) | 69.66º | 0.86% | 0.93% | - |
| XYZ | 55.45 | 73.51 | 12.63 | - |
| YUV | 203.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 32 | 0.14 | 0 | 0.86 | 0.07 | 69.66 | 0.85 | 0.53 |
| Hex | CC | ED | 20 | E | 0 | 56 | 7 | 46 | 55 | 35 |
| Octal | 314 | 355 | 40 | 16 | 0 | 126 | 7 | 106 | 125 | 65 |
| Binary | 11001100 | 11101101 | 100000 | 1110 | 0 | 1010110 | 111 | 1000110 | 1010101 | 110101 |
Color Harmonies of #CCED20
Complementary color
Monochromatic Colors of #CCED20
Black with #CCED20
Text Example
Text Example
White with #CCED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED20; }
p { color: rgb(204,237,32); }
H1.HeaderClassName
{
color: #CCED20;
}
.AnyTagClassName
{
color: #CCED20;
}
</style>
background-color css
<style>
a { background-color: #CCED20; }
a { background-color: rgb(204,237,32); }
div.DivClassName
{
background-color: #CCED20;
}
.BgClassName
{
background-color: #CCED20;
}
</style>
border-color css
<style>
span { border-color: #CCED20; }
span { border-color: rgb(204,237,32); }
td.TdClassName
{
border-color: #CCED20;
}
.TagClassName
{
border-color: #CCED20;
}
</style>