Shades of Pear #CDE120
Tints of Pear #CDE120
RGB
CMYK
RGB Variations
Color information
#CDE120 (or 0xCDE120) is known color: Pear. HEX triplet: CD, E1 and 20. RGB value is (205,225,32). Sum of RGB (Red+Green+Blue) = 205+225+32=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE120 is #321EDF. Grayscale: #C5C5C5. Windows color (decimal): -3284704 or 2154957. OLE color: 2154957.
HSL color Cylindrical-coordinate representation of color #CDE120: hue angle of 66.22º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDE120 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.12 |
| HSL | 66.22º | 0.76% | 0.5% | - |
| HSV(B) | 66.22º | 0.86% | 0.88% | - |
| XYZ | 52.36 | 66.93 | 11.53 | - |
| YUV | 197.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 32 | 0.09 | 0 | 0.86 | 0.12 | 66.22 | 0.76 | 0.5 |
| Hex | CD | E1 | 20 | 9 | 0 | 56 | C | 42 | 4C | 32 |
| Octal | 315 | 341 | 40 | 11 | 0 | 126 | 14 | 102 | 114 | 62 |
| Binary | 11001101 | 11100001 | 100000 | 1001 | 0 | 1010110 | 1100 | 1000010 | 1001100 | 110010 |
Color Harmonies of #CDE120
Complementary color
Monochromatic Colors of #CDE120
Black with #CDE120
Text Example
Text Example
White with #CDE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE120; }
p { color: rgb(205,225,32); }
H1.HeaderClassName
{
color: #CDE120;
}
.AnyTagClassName
{
color: #CDE120;
}
</style>
background-color css
<style>
a { background-color: #CDE120; }
a { background-color: rgb(205,225,32); }
div.DivClassName
{
background-color: #CDE120;
}
.BgClassName
{
background-color: #CDE120;
}
</style>
border-color css
<style>
span { border-color: #CDE120; }
span { border-color: rgb(205,225,32); }
td.TdClassName
{
border-color: #CDE120;
}
.TagClassName
{
border-color: #CDE120;
}
</style>