Shades of Pear #CDE53F
Tints of Pear #CDE53F
RGB
CMYK
RGB Variations
Color information
#CDE53F (or 0xCDE53F) is known color: Pear. HEX triplet: CD, E5 and 3F. RGB value is (205,229,63). Sum of RGB (Red+Green+Blue) = 205+229+63=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE53F is #321AC0. Grayscale: #CBCBCB. Windows color (decimal): -3283649 or 4187597. OLE color: 4187597.
HSL color Cylindrical-coordinate representation of color #CDE53F: hue angle of 68.67º 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 #CDE53F is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 63 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.10 |
| HSL | 68.67º | 0.76% | 0.57% | - |
| HSV(B) | 68.67º | 0.72% | 0.9% | - |
| XYZ | 54.09 | 69.38 | 15.24 | - |
| YUV | 202.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 63 | 0.10 | 0 | 0.72 | 0.10 | 68.67 | 0.76 | 0.57 |
| Hex | CD | E5 | 3F | A | 0 | 48 | A | 45 | 4C | 39 |
| Octal | 315 | 345 | 77 | 12 | 0 | 110 | 12 | 105 | 114 | 71 |
| Binary | 11001101 | 11100101 | 111111 | 1010 | 0 | 1001000 | 1010 | 1000101 | 1001100 | 111001 |
Color Harmonies of #CDE53F
Complementary color
Monochromatic Colors of #CDE53F
Black with #CDE53F
Text Example
Text Example
White with #CDE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE53F; }
p { color: rgb(205,229,63); }
H1.HeaderClassName
{
color: #CDE53F;
}
.AnyTagClassName
{
color: #CDE53F;
}
</style>
background-color css
<style>
a { background-color: #CDE53F; }
a { background-color: rgb(205,229,63); }
div.DivClassName
{
background-color: #CDE53F;
}
.BgClassName
{
background-color: #CDE53F;
}
</style>
border-color css
<style>
span { border-color: #CDE53F; }
span { border-color: rgb(205,229,63); }
td.TdClassName
{
border-color: #CDE53F;
}
.TagClassName
{
border-color: #CDE53F;
}
</style>