Shades of Pear #CDE540
Tints of Pear #CDE540
RGB
CMYK
RGB Variations
Color information
#CDE540 (or 0xCDE540) is known color: Pear. HEX triplet: CD, E5 and 40. RGB value is (205,229,64). Sum of RGB (Red+Green+Blue) = 205+229+64=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE540 is #321ABF. Grayscale: #CBCBCB. Windows color (decimal): -3283648 or 4253133. OLE color: 4253133.
HSL color Cylindrical-coordinate representation of color #CDE540: hue angle of 68.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE540 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.10 |
| HSL | 68.73º | 0.76% | 0.57% | - |
| HSV(B) | 68.73º | 0.72% | 0.9% | - |
| XYZ | 54.12 | 69.39 | 15.39 | - |
| YUV | 203.01 | 49.55 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 64 | 0.10 | 0 | 0.72 | 0.10 | 68.73 | 0.76 | 0.57 |
| Hex | CD | E5 | 40 | A | 0 | 48 | A | 45 | 4C | 39 |
| Octal | 315 | 345 | 100 | 12 | 0 | 110 | 12 | 105 | 114 | 71 |
| Binary | 11001101 | 11100101 | 1000000 | 1010 | 0 | 1001000 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CDE540
Complementary color
Monochromatic Colors of #CDE540
Black with #CDE540
Text Example
Text Example
White with #CDE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE540; }
p { color: rgb(205,229,64); }
H1.HeaderClassName
{
color: #CDE540;
}
.AnyTagClassName
{
color: #CDE540;
}
</style>
background-color css
<style>
a { background-color: #CDE540; }
a { background-color: rgb(205,229,64); }
div.DivClassName
{
background-color: #CDE540;
}
.BgClassName
{
background-color: #CDE540;
}
</style>
border-color css
<style>
span { border-color: #CDE540; }
span { border-color: rgb(205,229,64); }
td.TdClassName
{
border-color: #CDE540;
}
.TagClassName
{
border-color: #CDE540;
}
</style>