Shades of Pear #CDE32D
Tints of Pear #CDE32D
RGB
CMYK
RGB Variations
Color information
#CDE32D (or 0xCDE32D) is known color: Pear. HEX triplet: CD, E3 and 2D. RGB value is (205,227,45). Sum of RGB (Red+Green+Blue) = 205+227+45=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE32D is #321CD2. Grayscale: #C8C8C8. Windows color (decimal): -3284179 or 3007437. OLE color: 3007437.
HSL color Cylindrical-coordinate representation of color #CDE32D: hue angle of 67.25º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDE32D is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 45 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.11 |
| HSL | 67.25º | 0.76% | 0.53% | - |
| HSV(B) | 67.25º | 0.8% | 0.89% | - |
| XYZ | 53.12 | 68.11 | 12.83 | - |
| YUV | 199.67 | 40.71 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 45 | 0.10 | 0 | 0.80 | 0.11 | 67.25 | 0.76 | 0.53 |
| Hex | CD | E3 | 2D | A | 0 | 50 | B | 43 | 4C | 35 |
| Octal | 315 | 343 | 55 | 12 | 0 | 120 | 13 | 103 | 114 | 65 |
| Binary | 11001101 | 11100011 | 101101 | 1010 | 0 | 1010000 | 1011 | 1000011 | 1001100 | 110101 |
Color Harmonies of #CDE32D
Complementary color
Monochromatic Colors of #CDE32D
Black with #CDE32D
Text Example
Text Example
White with #CDE32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE32D; }
p { color: rgb(205,227,45); }
H1.HeaderClassName
{
color: #CDE32D;
}
.AnyTagClassName
{
color: #CDE32D;
}
</style>
background-color css
<style>
a { background-color: #CDE32D; }
a { background-color: rgb(205,227,45); }
div.DivClassName
{
background-color: #CDE32D;
}
.BgClassName
{
background-color: #CDE32D;
}
</style>
border-color css
<style>
span { border-color: #CDE32D; }
span { border-color: rgb(205,227,45); }
td.TdClassName
{
border-color: #CDE32D;
}
.TagClassName
{
border-color: #CDE32D;
}
</style>