Shades of Pear #CDE83E
Tints of Pear #CDE83E
RGB
CMYK
RGB Variations
Color information
#CDE83E (or 0xCDE83E) is known color: Pear. HEX triplet: CD, E8 and 3E. RGB value is (205,232,62). Sum of RGB (Red+Green+Blue) = 205+232+62=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 62 (24.61% from 255 or 12.42% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE83E is #3217C1. Grayscale: #CDCDCD. Windows color (decimal): -3282882 or 4122829. OLE color: 4122829.
HSL color Cylindrical-coordinate representation of color #CDE83E: hue angle of 69.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDE83E is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 62 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.09 |
| HSL | 69.53º | 0.79% | 0.58% | - |
| HSV(B) | 69.53º | 0.73% | 0.91% | - |
| XYZ | 54.9 | 71.04 | 15.38 | - |
| YUV | 204.55 | 47.55 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 62 | 0.12 | 0 | 0.73 | 0.09 | 69.53 | 0.79 | 0.58 |
| Hex | CD | E8 | 3E | C | 0 | 49 | 9 | 46 | 4F | 3A |
| Octal | 315 | 350 | 76 | 14 | 0 | 111 | 11 | 106 | 117 | 72 |
| Binary | 11001101 | 11101000 | 111110 | 1100 | 0 | 1001001 | 1001 | 1000110 | 1001111 | 111010 |
Color Harmonies of #CDE83E
Complementary color
Monochromatic Colors of #CDE83E
Black with #CDE83E
Text Example
Text Example
White with #CDE83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE83E; }
p { color: rgb(205,232,62); }
H1.HeaderClassName
{
color: #CDE83E;
}
.AnyTagClassName
{
color: #CDE83E;
}
</style>
background-color css
<style>
a { background-color: #CDE83E; }
a { background-color: rgb(205,232,62); }
div.DivClassName
{
background-color: #CDE83E;
}
.BgClassName
{
background-color: #CDE83E;
}
</style>
border-color css
<style>
span { border-color: #CDE83E; }
span { border-color: rgb(205,232,62); }
td.TdClassName
{
border-color: #CDE83E;
}
.TagClassName
{
border-color: #CDE83E;
}
</style>