Shades of Pear #CDE421
Tints of Pear #CDE421
RGB
CMYK
RGB Variations
Color information
#CDE421 (or 0xCDE421) is known color: Pear. HEX triplet: CD, E4 and 21. RGB value is (205,228,33). Sum of RGB (Red+Green+Blue) = 205+228+33=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE421 is #321BDE. Grayscale: #C7C7C7. Windows color (decimal): -3283935 or 2221261. OLE color: 2221261.
HSL color Cylindrical-coordinate representation of color #CDE421: hue angle of 67.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDE421 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 33 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.11 |
| HSL | 67.08º | 0.78% | 0.51% | - |
| HSV(B) | 67.08º | 0.86% | 0.89% | - |
| XYZ | 53.19 | 68.58 | 11.87 | - |
| YUV | 198.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 33 | 0.10 | 0 | 0.86 | 0.11 | 67.08 | 0.78 | 0.51 |
| Hex | CD | E4 | 21 | A | 0 | 56 | B | 43 | 4E | 33 |
| Octal | 315 | 344 | 41 | 12 | 0 | 126 | 13 | 103 | 116 | 63 |
| Binary | 11001101 | 11100100 | 100001 | 1010 | 0 | 1010110 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CDE421
Complementary color
Monochromatic Colors of #CDE421
Black with #CDE421
Text Example
Text Example
White with #CDE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE421; }
p { color: rgb(205,228,33); }
H1.HeaderClassName
{
color: #CDE421;
}
.AnyTagClassName
{
color: #CDE421;
}
</style>
background-color css
<style>
a { background-color: #CDE421; }
a { background-color: rgb(205,228,33); }
div.DivClassName
{
background-color: #CDE421;
}
.BgClassName
{
background-color: #CDE421;
}
</style>
border-color css
<style>
span { border-color: #CDE421; }
span { border-color: rgb(205,228,33); }
td.TdClassName
{
border-color: #CDE421;
}
.TagClassName
{
border-color: #CDE421;
}
</style>