Shades of Pear #CDE321
Tints of Pear #CDE321
RGB
CMYK
RGB Variations
Color information
#CDE321 (or 0xCDE321) is known color: Pear. HEX triplet: CD, E3 and 21. RGB value is (205,227,33). Sum of RGB (Red+Green+Blue) = 205+227+33=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE321 is #321CDE. Grayscale: #C7C7C7. Windows color (decimal): -3284191 or 2221005. OLE color: 2221005.
HSL color Cylindrical-coordinate representation of color #CDE321: hue angle of 66.8º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE321 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 33 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.11 |
| HSL | 66.8º | 0.78% | 0.51% | - |
| HSV(B) | 66.8º | 0.85% | 0.89% | - |
| XYZ | 52.92 | 68.03 | 11.78 | - |
| YUV | 198.31 | 34.71 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 33 | 0.10 | 0 | 0.85 | 0.11 | 66.8 | 0.78 | 0.51 |
| Hex | CD | E3 | 21 | A | 0 | 55 | B | 43 | 4E | 33 |
| Octal | 315 | 343 | 41 | 12 | 0 | 125 | 13 | 103 | 116 | 63 |
| Binary | 11001101 | 11100011 | 100001 | 1010 | 0 | 1010101 | 1011 | 1000011 | 1001110 | 110011 |
Color Harmonies of #CDE321
Complementary color
Monochromatic Colors of #CDE321
Black with #CDE321
Text Example
Text Example
White with #CDE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE321; }
p { color: rgb(205,227,33); }
H1.HeaderClassName
{
color: #CDE321;
}
.AnyTagClassName
{
color: #CDE321;
}
</style>
background-color css
<style>
a { background-color: #CDE321; }
a { background-color: rgb(205,227,33); }
div.DivClassName
{
background-color: #CDE321;
}
.BgClassName
{
background-color: #CDE321;
}
</style>
border-color css
<style>
span { border-color: #CDE321; }
span { border-color: rgb(205,227,33); }
td.TdClassName
{
border-color: #CDE321;
}
.TagClassName
{
border-color: #CDE321;
}
</style>