Shades of Pear #CDE82D
Tints of Pear #CDE82D
RGB
CMYK
RGB Variations
Color information
#CDE82D (or 0xCDE82D) is known color: Pear. HEX triplet: CD, E8 and 2D. RGB value is (205,232,45). Sum of RGB (Red+Green+Blue) = 205+232+45=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE82D is #3217D2. Grayscale: #CBCBCB. Windows color (decimal): -3282899 or 3008717. OLE color: 3008717.
HSL color Cylindrical-coordinate representation of color #CDE82D: hue angle of 68.66º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE82D is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 45 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.09 |
| HSL | 68.66º | 0.8% | 0.54% | - |
| HSV(B) | 68.66º | 0.81% | 0.91% | - |
| XYZ | 54.51 | 70.88 | 13.29 | - |
| YUV | 202.61 | 39.05 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 45 | 0.12 | 0 | 0.81 | 0.09 | 68.66 | 0.8 | 0.54 |
| Hex | CD | E8 | 2D | C | 0 | 51 | 9 | 45 | 50 | 36 |
| Octal | 315 | 350 | 55 | 14 | 0 | 121 | 11 | 105 | 120 | 66 |
| Binary | 11001101 | 11101000 | 101101 | 1100 | 0 | 1010001 | 1001 | 1000101 | 1010000 | 110110 |
Color Harmonies of #CDE82D
Complementary color
Monochromatic Colors of #CDE82D
Black with #CDE82D
Text Example
Text Example
White with #CDE82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE82D; }
p { color: rgb(205,232,45); }
H1.HeaderClassName
{
color: #CDE82D;
}
.AnyTagClassName
{
color: #CDE82D;
}
</style>
background-color css
<style>
a { background-color: #CDE82D; }
a { background-color: rgb(205,232,45); }
div.DivClassName
{
background-color: #CDE82D;
}
.BgClassName
{
background-color: #CDE82D;
}
</style>
border-color css
<style>
span { border-color: #CDE82D; }
span { border-color: rgb(205,232,45); }
td.TdClassName
{
border-color: #CDE82D;
}
.TagClassName
{
border-color: #CDE82D;
}
</style>