Shades of Pear #CDE32E
Tints of Pear #CDE32E
RGB
CMYK
RGB Variations
Color information
#CDE32E (or 0xCDE32E) is known color: Pear. HEX triplet: CD, E3 and 2E. RGB value is (205,227,46). Sum of RGB (Red+Green+Blue) = 205+227+46=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE32E is #321CD1. Grayscale: #C8C8C8. Windows color (decimal): -3284178 or 3072973. OLE color: 3072973.
HSL color Cylindrical-coordinate representation of color #CDE32E: hue angle of 67.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDE32E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 46 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.11 |
| HSL | 67.29º | 0.76% | 0.54% | - |
| HSV(B) | 67.29º | 0.8% | 0.89% | - |
| XYZ | 53.14 | 68.11 | 12.93 | - |
| YUV | 199.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 46 | 0.10 | 0 | 0.80 | 0.11 | 67.29 | 0.76 | 0.54 |
| Hex | CD | E3 | 2E | A | 0 | 50 | B | 43 | 4C | 36 |
| Octal | 315 | 343 | 56 | 12 | 0 | 120 | 13 | 103 | 114 | 66 |
| Binary | 11001101 | 11100011 | 101110 | 1010 | 0 | 1010000 | 1011 | 1000011 | 1001100 | 110110 |
Color Harmonies of #CDE32E
Complementary color
Monochromatic Colors of #CDE32E
Black with #CDE32E
Text Example
Text Example
White with #CDE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE32E; }
p { color: rgb(205,227,46); }
H1.HeaderClassName
{
color: #CDE32E;
}
.AnyTagClassName
{
color: #CDE32E;
}
</style>
background-color css
<style>
a { background-color: #CDE32E; }
a { background-color: rgb(205,227,46); }
div.DivClassName
{
background-color: #CDE32E;
}
.BgClassName
{
background-color: #CDE32E;
}
</style>
border-color css
<style>
span { border-color: #CDE32E; }
span { border-color: rgb(205,227,46); }
td.TdClassName
{
border-color: #CDE32E;
}
.TagClassName
{
border-color: #CDE32E;
}
</style>