Shades of Pear #CDE835
Tints of Pear #CDE835
RGB
CMYK
RGB Variations
Color information
#CDE835 (or 0xCDE835) is known color: Pear. HEX triplet: CD, E8 and 35. RGB value is (205,232,53). Sum of RGB (Red+Green+Blue) = 205+232+53=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE835 is #3217CA. Grayscale: #CCCCCC. Windows color (decimal): -3282891 or 3533005. OLE color: 3533005.
HSL color Cylindrical-coordinate representation of color #CDE835: hue angle of 69.05º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDE835 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 53 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.09 |
| HSL | 69.05º | 0.8% | 0.56% | - |
| HSV(B) | 69.05º | 0.77% | 0.91% | - |
| XYZ | 54.68 | 70.95 | 14.18 | - |
| YUV | 203.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 53 | 0.12 | 0 | 0.77 | 0.09 | 69.05 | 0.8 | 0.56 |
| Hex | CD | E8 | 35 | C | 0 | 4D | 9 | 45 | 50 | 38 |
| Octal | 315 | 350 | 65 | 14 | 0 | 115 | 11 | 105 | 120 | 70 |
| Binary | 11001101 | 11101000 | 110101 | 1100 | 0 | 1001101 | 1001 | 1000101 | 1010000 | 111000 |
Color Harmonies of #CDE835
Complementary color
Monochromatic Colors of #CDE835
Black with #CDE835
Text Example
Text Example
White with #CDE835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE835; }
p { color: rgb(205,232,53); }
H1.HeaderClassName
{
color: #CDE835;
}
.AnyTagClassName
{
color: #CDE835;
}
</style>
background-color css
<style>
a { background-color: #CDE835; }
a { background-color: rgb(205,232,53); }
div.DivClassName
{
background-color: #CDE835;
}
.BgClassName
{
background-color: #CDE835;
}
</style>
border-color css
<style>
span { border-color: #CDE835; }
span { border-color: rgb(205,232,53); }
td.TdClassName
{
border-color: #CDE835;
}
.TagClassName
{
border-color: #CDE835;
}
</style>