Shades of Pear #CEDD18
Tints of Pear #CEDD18
RGB
CMYK
RGB Variations
Color information
#CEDD18 (or 0xCEDD18) is known color: Pear. HEX triplet: CE, DD and 18. RGB value is (206,221,24). Sum of RGB (Red+Green+Blue) = 206+221+24=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD18 is #3122E7. Grayscale: #C2C2C2. Windows color (decimal): -3220200 or 1629646. OLE color: 1629646.
HSL color Cylindrical-coordinate representation of color #CEDD18: hue angle of 64.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEDD18 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 24 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.13 |
| HSL | 64.57º | 0.8% | 0.48% | - |
| HSV(B) | 64.57º | 0.89% | 0.87% | - |
| XYZ | 51.47 | 64.9 | 10.68 | - |
| YUV | 194.06 | 32.03 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 24 | 0.07 | 0 | 0.89 | 0.13 | 64.57 | 0.8 | 0.48 |
| Hex | CE | DD | 18 | 7 | 0 | 59 | D | 41 | 50 | 30 |
| Octal | 316 | 335 | 30 | 7 | 0 | 131 | 15 | 101 | 120 | 60 |
| Binary | 11001110 | 11011101 | 11000 | 111 | 0 | 1011001 | 1101 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CEDD18
Complementary color
Monochromatic Colors of #CEDD18
Black with #CEDD18
Text Example
Text Example
White with #CEDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD18; }
p { color: rgb(206,221,24); }
H1.HeaderClassName
{
color: #CEDD18;
}
.AnyTagClassName
{
color: #CEDD18;
}
</style>
background-color css
<style>
a { background-color: #CEDD18; }
a { background-color: rgb(206,221,24); }
div.DivClassName
{
background-color: #CEDD18;
}
.BgClassName
{
background-color: #CEDD18;
}
</style>
border-color css
<style>
span { border-color: #CEDD18; }
span { border-color: rgb(206,221,24); }
td.TdClassName
{
border-color: #CEDD18;
}
.TagClassName
{
border-color: #CEDD18;
}
</style>