Shades of Pear #CDE620
Tints of Pear #CDE620
RGB
CMYK
RGB Variations
Color information
#CDE620 (or 0xCDE620) is known color: Pear. HEX triplet: CD, E6 and 20. RGB value is (205,230,32). Sum of RGB (Red+Green+Blue) = 205+230+32=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE620 is #3219DF. Grayscale: #C8C8C8. Windows color (decimal): -3283424 or 2156237. OLE color: 2156237.
HSL color Cylindrical-coordinate representation of color #CDE620: hue angle of 67.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDE620 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 32 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.10 |
| HSL | 67.58º | 0.8% | 0.51% | - |
| HSV(B) | 67.58º | 0.86% | 0.9% | - |
| XYZ | 53.73 | 69.68 | 11.98 | - |
| YUV | 199.95 | 33.22 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 32 | 0.11 | 0 | 0.86 | 0.10 | 67.58 | 0.8 | 0.51 |
| Hex | CD | E6 | 20 | B | 0 | 56 | A | 44 | 50 | 33 |
| Octal | 315 | 346 | 40 | 13 | 0 | 126 | 12 | 104 | 120 | 63 |
| Binary | 11001101 | 11100110 | 100000 | 1011 | 0 | 1010110 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CDE620
Complementary color
Monochromatic Colors of #CDE620
Black with #CDE620
Text Example
Text Example
White with #CDE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE620; }
p { color: rgb(205,230,32); }
H1.HeaderClassName
{
color: #CDE620;
}
.AnyTagClassName
{
color: #CDE620;
}
</style>
background-color css
<style>
a { background-color: #CDE620; }
a { background-color: rgb(205,230,32); }
div.DivClassName
{
background-color: #CDE620;
}
.BgClassName
{
background-color: #CDE620;
}
</style>
border-color css
<style>
span { border-color: #CDE620; }
span { border-color: rgb(205,230,32); }
td.TdClassName
{
border-color: #CDE620;
}
.TagClassName
{
border-color: #CDE620;
}
</style>