Shades of Pear #CDE53B
Tints of Pear #CDE53B
RGB
CMYK
RGB Variations
Color information
#CDE53B (or 0xCDE53B) is known color: Pear. HEX triplet: CD, E5 and 3B. RGB value is (205,229,59). Sum of RGB (Red+Green+Blue) = 205+229+59=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE53B is #321AC4. Grayscale: #CBCBCB. Windows color (decimal): -3283653 or 3925453. OLE color: 3925453.
HSL color Cylindrical-coordinate representation of color #CDE53B: hue angle of 68.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDE53B is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 59 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.10 |
| HSL | 68.47º | 0.77% | 0.56% | - |
| HSV(B) | 68.47º | 0.74% | 0.9% | - |
| XYZ | 53.99 | 69.33 | 14.68 | - |
| YUV | 202.44 | 47.05 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 59 | 0.10 | 0 | 0.74 | 0.10 | 68.47 | 0.77 | 0.56 |
| Hex | CD | E5 | 3B | A | 0 | 4A | A | 44 | 4D | 38 |
| Octal | 315 | 345 | 73 | 12 | 0 | 112 | 12 | 104 | 115 | 70 |
| Binary | 11001101 | 11100101 | 111011 | 1010 | 0 | 1001010 | 1010 | 1000100 | 1001101 | 111000 |
Color Harmonies of #CDE53B
Complementary color
Monochromatic Colors of #CDE53B
Black with #CDE53B
Text Example
Text Example
White with #CDE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE53B; }
p { color: rgb(205,229,59); }
H1.HeaderClassName
{
color: #CDE53B;
}
.AnyTagClassName
{
color: #CDE53B;
}
</style>
background-color css
<style>
a { background-color: #CDE53B; }
a { background-color: rgb(205,229,59); }
div.DivClassName
{
background-color: #CDE53B;
}
.BgClassName
{
background-color: #CDE53B;
}
</style>
border-color css
<style>
span { border-color: #CDE53B; }
span { border-color: rgb(205,229,59); }
td.TdClassName
{
border-color: #CDE53B;
}
.TagClassName
{
border-color: #CDE53B;
}
</style>