Shades of Pear #CDE136
Tints of Pear #CDE136
RGB
CMYK
RGB Variations
Color information
#CDE136 (or 0xCDE136) is known color: Pear. HEX triplet: CD, E1 and 36. RGB value is (205,225,54). Sum of RGB (Red+Green+Blue) = 205+225+54=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE136 is #321EC9. Grayscale: #C8C8C8. Windows color (decimal): -3284682 or 3596749. OLE color: 3596749.
HSL color Cylindrical-coordinate representation of color #CDE136: hue angle of 67.02º degrees, saturation: 0.74, 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 #CDE136 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 54 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.12 |
| HSL | 67.02º | 0.74% | 0.55% | - |
| HSV(B) | 67.02º | 0.76% | 0.88% | - |
| XYZ | 52.77 | 67.1 | 13.66 | - |
| YUV | 199.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 54 | 0.09 | 0 | 0.76 | 0.12 | 67.02 | 0.74 | 0.55 |
| Hex | CD | E1 | 36 | 9 | 0 | 4C | C | 43 | 4A | 37 |
| Octal | 315 | 341 | 66 | 11 | 0 | 114 | 14 | 103 | 112 | 67 |
| Binary | 11001101 | 11100001 | 110110 | 1001 | 0 | 1001100 | 1100 | 1000011 | 1001010 | 110111 |
Color Harmonies of #CDE136
Complementary color
Monochromatic Colors of #CDE136
Black with #CDE136
Text Example
Text Example
White with #CDE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE136; }
p { color: rgb(205,225,54); }
H1.HeaderClassName
{
color: #CDE136;
}
.AnyTagClassName
{
color: #CDE136;
}
</style>
background-color css
<style>
a { background-color: #CDE136; }
a { background-color: rgb(205,225,54); }
div.DivClassName
{
background-color: #CDE136;
}
.BgClassName
{
background-color: #CDE136;
}
</style>
border-color css
<style>
span { border-color: #CDE136; }
span { border-color: rgb(205,225,54); }
td.TdClassName
{
border-color: #CDE136;
}
.TagClassName
{
border-color: #CDE136;
}
</style>