Shades of Pear #CDE529
Tints of Pear #CDE529
RGB
CMYK
RGB Variations
Color information
#CDE529 (or 0xCDE529) is known color: Pear. HEX triplet: CD, E5 and 29. RGB value is (205,229,41). Sum of RGB (Red+Green+Blue) = 205+229+41=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE529 is #321AD6. Grayscale: #C9C9C9. Windows color (decimal): -3283671 or 2745805. OLE color: 2745805.
HSL color Cylindrical-coordinate representation of color #CDE529: hue angle of 67.66º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDE529 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 41 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.10 |
| HSL | 67.66º | 0.78% | 0.53% | - |
| HSV(B) | 67.66º | 0.82% | 0.9% | - |
| XYZ | 53.6 | 69.18 | 12.63 | - |
| YUV | 200.39 | 38.05 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 41 | 0.10 | 0 | 0.82 | 0.10 | 67.66 | 0.78 | 0.53 |
| Hex | CD | E5 | 29 | A | 0 | 52 | A | 44 | 4E | 35 |
| Octal | 315 | 345 | 51 | 12 | 0 | 122 | 12 | 104 | 116 | 65 |
| Binary | 11001101 | 11100101 | 101001 | 1010 | 0 | 1010010 | 1010 | 1000100 | 1001110 | 110101 |
Color Harmonies of #CDE529
Complementary color
Monochromatic Colors of #CDE529
Black with #CDE529
Text Example
Text Example
White with #CDE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE529; }
p { color: rgb(205,229,41); }
H1.HeaderClassName
{
color: #CDE529;
}
.AnyTagClassName
{
color: #CDE529;
}
</style>
background-color css
<style>
a { background-color: #CDE529; }
a { background-color: rgb(205,229,41); }
div.DivClassName
{
background-color: #CDE529;
}
.BgClassName
{
background-color: #CDE529;
}
</style>
border-color css
<style>
span { border-color: #CDE529; }
span { border-color: rgb(205,229,41); }
td.TdClassName
{
border-color: #CDE529;
}
.TagClassName
{
border-color: #CDE529;
}
</style>