Shades of Pear #CDE229
Tints of Pear #CDE229
RGB
CMYK
RGB Variations
Color information
#CDE229 (or 0xCDE229) is known color: Pear. HEX triplet: CD, E2 and 29. RGB value is (205,226,41). Sum of RGB (Red+Green+Blue) = 205+226+41=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE229 is #321DD6. Grayscale: #C7C7C7. Windows color (decimal): -3284439 or 2745037. OLE color: 2745037.
HSL color Cylindrical-coordinate representation of color #CDE229: hue angle of 66.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDE229 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 41 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.11 |
| HSL | 66.81º | 0.76% | 0.52% | - |
| HSV(B) | 66.81º | 0.82% | 0.89% | - |
| XYZ | 52.77 | 67.53 | 12.35 | - |
| YUV | 198.63 | 39.04 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 41 | 0.09 | 0 | 0.82 | 0.11 | 66.81 | 0.76 | 0.52 |
| Hex | CD | E2 | 29 | 9 | 0 | 52 | B | 43 | 4C | 34 |
| Octal | 315 | 342 | 51 | 11 | 0 | 122 | 13 | 103 | 114 | 64 |
| Binary | 11001101 | 11100010 | 101001 | 1001 | 0 | 1010010 | 1011 | 1000011 | 1001100 | 110100 |
Color Harmonies of #CDE229
Complementary color
Monochromatic Colors of #CDE229
Black with #CDE229
Text Example
Text Example
White with #CDE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE229; }
p { color: rgb(205,226,41); }
H1.HeaderClassName
{
color: #CDE229;
}
.AnyTagClassName
{
color: #CDE229;
}
</style>
background-color css
<style>
a { background-color: #CDE229; }
a { background-color: rgb(205,226,41); }
div.DivClassName
{
background-color: #CDE229;
}
.BgClassName
{
background-color: #CDE229;
}
</style>
border-color css
<style>
span { border-color: #CDE229; }
span { border-color: rgb(205,226,41); }
td.TdClassName
{
border-color: #CDE229;
}
.TagClassName
{
border-color: #CDE229;
}
</style>