Shades of Pear #CDE52D
Tints of Pear #CDE52D
RGB
CMYK
RGB Variations
Color information
#CDE52D (or 0xCDE52D) is known color: Pear. HEX triplet: CD, E5 and 2D. RGB value is (205,229,45). Sum of RGB (Red+Green+Blue) = 205+229+45=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE52D is #321AD2. Grayscale: #C9C9C9. Windows color (decimal): -3283667 or 3007949. OLE color: 3007949.
HSL color Cylindrical-coordinate representation of color #CDE52D: hue angle of 67.83º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDE52D is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 45 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.10 |
| HSL | 67.83º | 0.78% | 0.54% | - |
| HSV(B) | 67.83º | 0.8% | 0.9% | - |
| XYZ | 53.67 | 69.21 | 13.01 | - |
| YUV | 200.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 45 | 0.10 | 0 | 0.80 | 0.10 | 67.83 | 0.78 | 0.54 |
| Hex | CD | E5 | 2D | A | 0 | 50 | A | 44 | 4E | 36 |
| Octal | 315 | 345 | 55 | 12 | 0 | 120 | 12 | 104 | 116 | 66 |
| Binary | 11001101 | 11100101 | 101101 | 1010 | 0 | 1010000 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CDE52D
Complementary color
Monochromatic Colors of #CDE52D
Black with #CDE52D
Text Example
Text Example
White with #CDE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE52D; }
p { color: rgb(205,229,45); }
H1.HeaderClassName
{
color: #CDE52D;
}
.AnyTagClassName
{
color: #CDE52D;
}
</style>
background-color css
<style>
a { background-color: #CDE52D; }
a { background-color: rgb(205,229,45); }
div.DivClassName
{
background-color: #CDE52D;
}
.BgClassName
{
background-color: #CDE52D;
}
</style>
border-color css
<style>
span { border-color: #CDE52D; }
span { border-color: rgb(205,229,45); }
td.TdClassName
{
border-color: #CDE52D;
}
.TagClassName
{
border-color: #CDE52D;
}
</style>