Shades of Pear #CEDD20
Tints of Pear #CEDD20
RGB
CMYK
RGB Variations
Color information
#CEDD20 (or 0xCEDD20) is known color: Pear. HEX triplet: CE, DD and 20. RGB value is (206,221,32). Sum of RGB (Red+Green+Blue) = 206+221+32=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD20 is #3122DF. Grayscale: #C3C3C3. Windows color (decimal): -3220192 or 2153934. OLE color: 2153934.
HSL color Cylindrical-coordinate representation of color #CEDD20: hue angle of 64.76º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEDD20 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 32 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.13 |
| HSL | 64.76º | 0.75% | 0.5% | - |
| HSV(B) | 64.76º | 0.86% | 0.87% | - |
| XYZ | 51.57 | 64.94 | 11.18 | - |
| YUV | 194.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 32 | 0.07 | 0 | 0.86 | 0.13 | 64.76 | 0.75 | 0.5 |
| Hex | CE | DD | 20 | 7 | 0 | 56 | D | 41 | 4B | 32 |
| Octal | 316 | 335 | 40 | 7 | 0 | 126 | 15 | 101 | 113 | 62 |
| Binary | 11001110 | 11011101 | 100000 | 111 | 0 | 1010110 | 1101 | 1000001 | 1001011 | 110010 |
Color Harmonies of #CEDD20
Complementary color
Monochromatic Colors of #CEDD20
Black with #CEDD20
Text Example
Text Example
White with #CEDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD20; }
p { color: rgb(206,221,32); }
H1.HeaderClassName
{
color: #CEDD20;
}
.AnyTagClassName
{
color: #CEDD20;
}
</style>
background-color css
<style>
a { background-color: #CEDD20; }
a { background-color: rgb(206,221,32); }
div.DivClassName
{
background-color: #CEDD20;
}
.BgClassName
{
background-color: #CEDD20;
}
</style>
border-color css
<style>
span { border-color: #CEDD20; }
span { border-color: rgb(206,221,32); }
td.TdClassName
{
border-color: #CEDD20;
}
.TagClassName
{
border-color: #CEDD20;
}
</style>