Shades of Pear #CDE536
Tints of Pear #CDE536
RGB
CMYK
RGB Variations
Color information
#CDE536 (or 0xCDE536) is known color: Pear. HEX triplet: CD, E5 and 36. RGB value is (205,229,54). Sum of RGB (Red+Green+Blue) = 205+229+54=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE536 is #321AC9. Grayscale: #CACACA. Windows color (decimal): -3283658 or 3597773. OLE color: 3597773.
HSL color Cylindrical-coordinate representation of color #CDE536: hue angle of 68.23º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDE536 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 54 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.10 |
| HSL | 68.23º | 0.77% | 0.55% | - |
| HSV(B) | 68.23º | 0.76% | 0.9% | - |
| XYZ | 53.86 | 69.28 | 14.02 | - |
| YUV | 201.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 54 | 0.10 | 0 | 0.76 | 0.10 | 68.23 | 0.77 | 0.55 |
| Hex | CD | E5 | 36 | A | 0 | 4C | A | 44 | 4D | 37 |
| Octal | 315 | 345 | 66 | 12 | 0 | 114 | 12 | 104 | 115 | 67 |
| Binary | 11001101 | 11100101 | 110110 | 1010 | 0 | 1001100 | 1010 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CDE536
Complementary color
Monochromatic Colors of #CDE536
Black with #CDE536
Text Example
Text Example
White with #CDE536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE536; }
p { color: rgb(205,229,54); }
H1.HeaderClassName
{
color: #CDE536;
}
.AnyTagClassName
{
color: #CDE536;
}
</style>
background-color css
<style>
a { background-color: #CDE536; }
a { background-color: rgb(205,229,54); }
div.DivClassName
{
background-color: #CDE536;
}
.BgClassName
{
background-color: #CDE536;
}
</style>
border-color css
<style>
span { border-color: #CDE536; }
span { border-color: rgb(205,229,54); }
td.TdClassName
{
border-color: #CDE536;
}
.TagClassName
{
border-color: #CDE536;
}
</style>