Shades of Pear #CDE036
Tints of Pear #CDE036
RGB
CMYK
RGB Variations
Color information
#CDE036 (or 0xCDE036) is known color: Pear. HEX triplet: CD, E0 and 36. RGB value is (205,224,54). Sum of RGB (Red+Green+Blue) = 205+224+54=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE036 is #321FC9. Grayscale: #C7C7C7. Windows color (decimal): -3284938 or 3596493. OLE color: 3596493.
HSL color Cylindrical-coordinate representation of color #CDE036: hue angle of 66.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDE036 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 54 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 66.71º | 0.73% | 0.55% | - |
| HSV(B) | 66.71º | 0.76% | 0.88% | - |
| XYZ | 52.5 | 66.56 | 13.57 | - |
| YUV | 198.94 | 46.21 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 54 | 0.08 | 0 | 0.76 | 0.12 | 66.71 | 0.73 | 0.55 |
| Hex | CD | E0 | 36 | 8 | 0 | 4C | C | 43 | 49 | 37 |
| Octal | 315 | 340 | 66 | 10 | 0 | 114 | 14 | 103 | 111 | 67 |
| Binary | 11001101 | 11100000 | 110110 | 1000 | 0 | 1001100 | 1100 | 1000011 | 1001001 | 110111 |
Color Harmonies of #CDE036
Complementary color
Monochromatic Colors of #CDE036
Black with #CDE036
Text Example
Text Example
White with #CDE036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE036; }
p { color: rgb(205,224,54); }
H1.HeaderClassName
{
color: #CDE036;
}
.AnyTagClassName
{
color: #CDE036;
}
</style>
background-color css
<style>
a { background-color: #CDE036; }
a { background-color: rgb(205,224,54); }
div.DivClassName
{
background-color: #CDE036;
}
.BgClassName
{
background-color: #CDE036;
}
</style>
border-color css
<style>
span { border-color: #CDE036; }
span { border-color: rgb(205,224,54); }
td.TdClassName
{
border-color: #CDE036;
}
.TagClassName
{
border-color: #CDE036;
}
</style>