Shades of Pear #CDE039
Tints of Pear #CDE039
RGB
CMYK
RGB Variations
Color information
#CDE039 (or 0xCDE039) is known color: Pear. HEX triplet: CD, E0 and 39. RGB value is (205,224,57). Sum of RGB (Red+Green+Blue) = 205+224+57=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE039 is #321FC6. Grayscale: #C7C7C7. Windows color (decimal): -3284935 or 3793101. OLE color: 3793101.
HSL color Cylindrical-coordinate representation of color #CDE039: hue angle of 66.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDE039 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 57 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.12 |
| HSL | 66.83º | 0.73% | 0.55% | - |
| HSV(B) | 66.83º | 0.75% | 0.88% | - |
| XYZ | 52.57 | 66.59 | 13.95 | - |
| YUV | 199.28 | 47.71 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 57 | 0.08 | 0 | 0.75 | 0.12 | 66.83 | 0.73 | 0.55 |
| Hex | CD | E0 | 39 | 8 | 0 | 4B | C | 43 | 49 | 37 |
| Octal | 315 | 340 | 71 | 10 | 0 | 113 | 14 | 103 | 111 | 67 |
| Binary | 11001101 | 11100000 | 111001 | 1000 | 0 | 1001011 | 1100 | 1000011 | 1001001 | 110111 |
Color Harmonies of #CDE039
Complementary color
Monochromatic Colors of #CDE039
Black with #CDE039
Text Example
Text Example
White with #CDE039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE039; }
p { color: rgb(205,224,57); }
H1.HeaderClassName
{
color: #CDE039;
}
.AnyTagClassName
{
color: #CDE039;
}
</style>
background-color css
<style>
a { background-color: #CDE039; }
a { background-color: rgb(205,224,57); }
div.DivClassName
{
background-color: #CDE039;
}
.BgClassName
{
background-color: #CDE039;
}
</style>
border-color css
<style>
span { border-color: #CDE039; }
span { border-color: rgb(205,224,57); }
td.TdClassName
{
border-color: #CDE039;
}
.TagClassName
{
border-color: #CDE039;
}
</style>