Shades of Pear #CEDD29
Tints of Pear #CEDD29
RGB
CMYK
RGB Variations
Color information
#CEDD29 (or 0xCEDD29) is known color: Pear. HEX triplet: CE, DD and 29. RGB value is (206,221,41). Sum of RGB (Red+Green+Blue) = 206+221+41=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 41 (16.41% from 255 or 8.76% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD29 is #3122D6. Grayscale: #C4C4C4. Windows color (decimal): -3220183 or 2743758. OLE color: 2743758.
HSL color Cylindrical-coordinate representation of color #CEDD29: hue angle of 65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEDD29 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 41 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.13 |
| HSL | 65º | 0.73% | 0.51% | - |
| HSV(B) | 65º | 0.81% | 0.87% | - |
| XYZ | 51.71 | 64.99 | 11.92 | - |
| YUV | 196 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 41 | 0.07 | 0 | 0.81 | 0.13 | 65 | 0.73 | 0.51 |
| Hex | CE | DD | 29 | 7 | 0 | 51 | D | 41 | 49 | 33 |
| Octal | 316 | 335 | 51 | 7 | 0 | 121 | 15 | 101 | 111 | 63 |
| Binary | 11001110 | 11011101 | 101001 | 111 | 0 | 1010001 | 1101 | 1000001 | 1001001 | 110011 |
Color Harmonies of #CEDD29
Complementary color
Monochromatic Colors of #CEDD29
Black with #CEDD29
Text Example
Text Example
White with #CEDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD29; }
p { color: rgb(206,221,41); }
H1.HeaderClassName
{
color: #CEDD29;
}
.AnyTagClassName
{
color: #CEDD29;
}
</style>
background-color css
<style>
a { background-color: #CEDD29; }
a { background-color: rgb(206,221,41); }
div.DivClassName
{
background-color: #CEDD29;
}
.BgClassName
{
background-color: #CEDD29;
}
</style>
border-color css
<style>
span { border-color: #CEDD29; }
span { border-color: rgb(206,221,41); }
td.TdClassName
{
border-color: #CEDD29;
}
.TagClassName
{
border-color: #CEDD29;
}
</style>