Shades of Pear #CDE52C
Tints of Pear #CDE52C
RGB
CMYK
RGB Variations
Color information
#CDE52C (or 0xCDE52C) is known color: Pear. HEX triplet: CD, E5 and 2C. RGB value is (205,229,44). Sum of RGB (Red+Green+Blue) = 205+229+44=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE52C is #321AD3. Grayscale: #C9C9C9. Windows color (decimal): -3283668 or 2942413. OLE color: 2942413.
HSL color Cylindrical-coordinate representation of color #CDE52C: hue angle of 67.78º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDE52C is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 44 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.10 |
| HSL | 67.78º | 0.78% | 0.54% | - |
| HSV(B) | 67.78º | 0.81% | 0.9% | - |
| XYZ | 53.65 | 69.2 | 12.91 | - |
| YUV | 200.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 44 | 0.10 | 0 | 0.81 | 0.10 | 67.78 | 0.78 | 0.54 |
| Hex | CD | E5 | 2C | A | 0 | 51 | A | 44 | 4E | 36 |
| Octal | 315 | 345 | 54 | 12 | 0 | 121 | 12 | 104 | 116 | 66 |
| Binary | 11001101 | 11100101 | 101100 | 1010 | 0 | 1010001 | 1010 | 1000100 | 1001110 | 110110 |
Color Harmonies of #CDE52C
Complementary color
Monochromatic Colors of #CDE52C
Black with #CDE52C
Text Example
Text Example
White with #CDE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE52C; }
p { color: rgb(205,229,44); }
H1.HeaderClassName
{
color: #CDE52C;
}
.AnyTagClassName
{
color: #CDE52C;
}
</style>
background-color css
<style>
a { background-color: #CDE52C; }
a { background-color: rgb(205,229,44); }
div.DivClassName
{
background-color: #CDE52C;
}
.BgClassName
{
background-color: #CDE52C;
}
</style>
border-color css
<style>
span { border-color: #CDE52C; }
span { border-color: rgb(205,229,44); }
td.TdClassName
{
border-color: #CDE52C;
}
.TagClassName
{
border-color: #CDE52C;
}
</style>