Shades of Pear #CDE423
Tints of Pear #CDE423
RGB
CMYK
RGB Variations
Color information
#CDE423 (or 0xCDE423) is known color: Pear. HEX triplet: CD, E4 and 23. RGB value is (205,228,35). Sum of RGB (Red+Green+Blue) = 205+228+35=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE423 is #321BDC. Grayscale: #C7C7C7. Windows color (decimal): -3283933 or 2352333. OLE color: 2352333.
HSL color Cylindrical-coordinate representation of color #CDE423: hue angle of 67.15º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE423 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 35 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 67.15º | 0.78% | 0.52% | - |
| HSV(B) | 67.15º | 0.85% | 0.89% | - |
| XYZ | 53.22 | 68.59 | 12.02 | - |
| YUV | 199.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 35 | 0.10 | 0 | 0.85 | 0.11 | 67.15 | 0.78 | 0.52 |
| Hex | CD | E4 | 23 | A | 0 | 55 | B | 43 | 4E | 34 |
| Octal | 315 | 344 | 43 | 12 | 0 | 125 | 13 | 103 | 116 | 64 |
| Binary | 11001101 | 11100100 | 100011 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110100 |
Color Harmonies of #CDE423
Complementary color
Monochromatic Colors of #CDE423
Black with #CDE423
Text Example
Text Example
White with #CDE423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE423; }
p { color: rgb(205,228,35); }
H1.HeaderClassName
{
color: #CDE423;
}
.AnyTagClassName
{
color: #CDE423;
}
</style>
background-color css
<style>
a { background-color: #CDE423; }
a { background-color: rgb(205,228,35); }
div.DivClassName
{
background-color: #CDE423;
}
.BgClassName
{
background-color: #CDE423;
}
</style>
border-color css
<style>
span { border-color: #CDE423; }
span { border-color: rgb(205,228,35); }
td.TdClassName
{
border-color: #CDE423;
}
.TagClassName
{
border-color: #CDE423;
}
</style>