Shades of Pear #CDE523
Tints of Pear #CDE523
RGB
CMYK
RGB Variations
Color information
#CDE523 (or 0xCDE523) is known color: Pear. HEX triplet: CD, E5 and 23. RGB value is (205,229,35). Sum of RGB (Red+Green+Blue) = 205+229+35=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE523 is #321ADC. Grayscale: #C8C8C8. Windows color (decimal): -3283677 or 2352589. OLE color: 2352589.
HSL color Cylindrical-coordinate representation of color #CDE523: hue angle of 67.42º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE523 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 35 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.10 |
| HSL | 67.42º | 0.79% | 0.52% | - |
| HSV(B) | 67.42º | 0.85% | 0.9% | - |
| XYZ | 53.5 | 69.14 | 12.12 | - |
| YUV | 199.71 | 35.05 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 35 | 0.10 | 0 | 0.85 | 0.10 | 67.42 | 0.79 | 0.52 |
| Hex | CD | E5 | 23 | A | 0 | 55 | A | 43 | 4F | 34 |
| Octal | 315 | 345 | 43 | 12 | 0 | 125 | 12 | 103 | 117 | 64 |
| Binary | 11001101 | 11100101 | 100011 | 1010 | 0 | 1010101 | 1010 | 1000011 | 1001111 | 110100 |
Color Harmonies of #CDE523
Complementary color
Monochromatic Colors of #CDE523
Black with #CDE523
Text Example
Text Example
White with #CDE523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE523; }
p { color: rgb(205,229,35); }
H1.HeaderClassName
{
color: #CDE523;
}
.AnyTagClassName
{
color: #CDE523;
}
</style>
background-color css
<style>
a { background-color: #CDE523; }
a { background-color: rgb(205,229,35); }
div.DivClassName
{
background-color: #CDE523;
}
.BgClassName
{
background-color: #CDE523;
}
</style>
border-color css
<style>
span { border-color: #CDE523; }
span { border-color: rgb(205,229,35); }
td.TdClassName
{
border-color: #CDE523;
}
.TagClassName
{
border-color: #CDE523;
}
</style>