Shades of Pear #CDE535
Tints of Pear #CDE535
RGB
CMYK
RGB Variations
Color information
#CDE535 (or 0xCDE535) is known color: Pear. HEX triplet: CD, E5 and 35. RGB value is (205,229,53). Sum of RGB (Red+Green+Blue) = 205+229+53=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE535 is #321ACA. Grayscale: #CACACA. Windows color (decimal): -3283659 or 3532237. OLE color: 3532237.
HSL color Cylindrical-coordinate representation of color #CDE535: hue angle of 68.18º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDE535 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 53 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.10 |
| HSL | 68.18º | 0.77% | 0.55% | - |
| HSV(B) | 68.18º | 0.77% | 0.9% | - |
| XYZ | 53.84 | 69.27 | 13.9 | - |
| YUV | 201.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 53 | 0.10 | 0 | 0.77 | 0.10 | 68.18 | 0.77 | 0.55 |
| Hex | CD | E5 | 35 | A | 0 | 4D | A | 44 | 4D | 37 |
| Octal | 315 | 345 | 65 | 12 | 0 | 115 | 12 | 104 | 115 | 67 |
| Binary | 11001101 | 11100101 | 110101 | 1010 | 0 | 1001101 | 1010 | 1000100 | 1001101 | 110111 |
Color Harmonies of #CDE535
Complementary color
Monochromatic Colors of #CDE535
Black with #CDE535
Text Example
Text Example
White with #CDE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE535; }
p { color: rgb(205,229,53); }
H1.HeaderClassName
{
color: #CDE535;
}
.AnyTagClassName
{
color: #CDE535;
}
</style>
background-color css
<style>
a { background-color: #CDE535; }
a { background-color: rgb(205,229,53); }
div.DivClassName
{
background-color: #CDE535;
}
.BgClassName
{
background-color: #CDE535;
}
</style>
border-color css
<style>
span { border-color: #CDE535; }
span { border-color: rgb(205,229,53); }
td.TdClassName
{
border-color: #CDE535;
}
.TagClassName
{
border-color: #CDE535;
}
</style>