Shades of Pear #CEEC20
Tints of Pear #CEEC20
RGB
CMYK
RGB Variations
Color information
#CEEC20 (or 0xCEEC20) is known color: Pear. HEX triplet: CE, EC and 20. RGB value is (206,236,32). Sum of RGB (Red+Green+Blue) = 206+236+32=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC20 is #3113DF. Grayscale: #CCCCCC. Windows color (decimal): -3216352 or 2157774. OLE color: 2157774.
HSL color Cylindrical-coordinate representation of color #CEEC20: hue angle of 68.82º degrees, saturation: 0.84, 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 #CEEC20 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 32 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.07 |
| HSL | 68.82º | 0.84% | 0.53% | - |
| HSV(B) | 68.82º | 0.86% | 0.93% | - |
| XYZ | 55.71 | 73.22 | 12.56 | - |
| YUV | 203.77 | 31.06 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 32 | 0.13 | 0 | 0.86 | 0.07 | 68.82 | 0.84 | 0.53 |
| Hex | CE | EC | 20 | D | 0 | 56 | 7 | 45 | 54 | 35 |
| Octal | 316 | 354 | 40 | 15 | 0 | 126 | 7 | 105 | 124 | 65 |
| Binary | 11001110 | 11101100 | 100000 | 1101 | 0 | 1010110 | 111 | 1000101 | 1010100 | 110101 |
Color Harmonies of #CEEC20
Complementary color
Monochromatic Colors of #CEEC20
Black with #CEEC20
Text Example
Text Example
White with #CEEC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC20; }
p { color: rgb(206,236,32); }
H1.HeaderClassName
{
color: #CEEC20;
}
.AnyTagClassName
{
color: #CEEC20;
}
</style>
background-color css
<style>
a { background-color: #CEEC20; }
a { background-color: rgb(206,236,32); }
div.DivClassName
{
background-color: #CEEC20;
}
.BgClassName
{
background-color: #CEEC20;
}
</style>
border-color css
<style>
span { border-color: #CEEC20; }
span { border-color: rgb(206,236,32); }
td.TdClassName
{
border-color: #CEEC20;
}
.TagClassName
{
border-color: #CEEC20;
}
</style>