Shades of Pear #CDE921
Tints of Pear #CDE921
RGB
CMYK
RGB Variations
Color information
#CDE921 (or 0xCDE921) is known color: Pear. HEX triplet: CD, E9 and 21. RGB value is (205,233,33). Sum of RGB (Red+Green+Blue) = 205+233+33=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE921 is #3216DE. Grayscale: #CACACA. Windows color (decimal): -3282655 or 2222541. OLE color: 2222541.
HSL color Cylindrical-coordinate representation of color #CDE921: hue angle of 68.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDE921 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 33 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.09 |
| HSL | 68.4º | 0.82% | 0.52% | - |
| HSV(B) | 68.4º | 0.86% | 0.91% | - |
| XYZ | 54.59 | 71.37 | 12.34 | - |
| YUV | 201.83 | 32.72 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 33 | 0.12 | 0 | 0.86 | 0.09 | 68.4 | 0.82 | 0.52 |
| Hex | CD | E9 | 21 | C | 0 | 56 | 9 | 44 | 52 | 34 |
| Octal | 315 | 351 | 41 | 14 | 0 | 126 | 11 | 104 | 122 | 64 |
| Binary | 11001101 | 11101001 | 100001 | 1100 | 0 | 1010110 | 1001 | 1000100 | 1010010 | 110100 |
Color Harmonies of #CDE921
Complementary color
Monochromatic Colors of #CDE921
Black with #CDE921
Text Example
Text Example
White with #CDE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE921; }
p { color: rgb(205,233,33); }
H1.HeaderClassName
{
color: #CDE921;
}
.AnyTagClassName
{
color: #CDE921;
}
</style>
background-color css
<style>
a { background-color: #CDE921; }
a { background-color: rgb(205,233,33); }
div.DivClassName
{
background-color: #CDE921;
}
.BgClassName
{
background-color: #CDE921;
}
</style>
border-color css
<style>
span { border-color: #CDE921; }
span { border-color: rgb(205,233,33); }
td.TdClassName
{
border-color: #CDE921;
}
.TagClassName
{
border-color: #CDE921;
}
</style>