Shades of Pear #CEDC20
Tints of Pear #CEDC20
RGB
CMYK
RGB Variations
Color information
#CEDC20 (or 0xCEDC20) is known color: Pear. HEX triplet: CE, DC and 20. RGB value is (206,220,32). Sum of RGB (Red+Green+Blue) = 206+220+32=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC20 is #3123DF. Grayscale: #C3C3C3. Windows color (decimal): -3220448 or 2153678. OLE color: 2153678.
HSL color Cylindrical-coordinate representation of color #CEDC20: hue angle of 64.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEDC20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 32 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.14 |
| HSL | 64.47º | 0.75% | 0.49% | - |
| HSV(B) | 64.47º | 0.85% | 0.86% | - |
| XYZ | 51.31 | 64.41 | 11.1 | - |
| YUV | 194.38 | 36.36 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 32 | 0.06 | 0 | 0.85 | 0.14 | 64.47 | 0.75 | 0.49 |
| Hex | CE | DC | 20 | 6 | 0 | 55 | E | 40 | 4B | 31 |
| Octal | 316 | 334 | 40 | 6 | 0 | 125 | 16 | 100 | 113 | 61 |
| Binary | 11001110 | 11011100 | 100000 | 110 | 0 | 1010101 | 1110 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CEDC20
Complementary color
Monochromatic Colors of #CEDC20
Black with #CEDC20
Text Example
Text Example
White with #CEDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC20; }
p { color: rgb(206,220,32); }
H1.HeaderClassName
{
color: #CEDC20;
}
.AnyTagClassName
{
color: #CEDC20;
}
</style>
background-color css
<style>
a { background-color: #CEDC20; }
a { background-color: rgb(206,220,32); }
div.DivClassName
{
background-color: #CEDC20;
}
.BgClassName
{
background-color: #CEDC20;
}
</style>
border-color css
<style>
span { border-color: #CEDC20; }
span { border-color: rgb(206,220,32); }
td.TdClassName
{
border-color: #CEDC20;
}
.TagClassName
{
border-color: #CEDC20;
}
</style>