Shades of Pear #CDE116
Tints of Pear #CDE116
RGB
CMYK
RGB Variations
Color information
#CDE116 (or 0xCDE116) is known color: Pear. HEX triplet: CD, E1 and 16. RGB value is (205,225,22). Sum of RGB (Red+Green+Blue) = 205+225+22=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE116 is #321EE9. Grayscale: #C4C4C4. Windows color (decimal): -3284714 or 1499597. OLE color: 1499597.
HSL color Cylindrical-coordinate representation of color #CDE116: hue angle of 65.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDE116 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.12 |
| HSL | 65.91º | 0.82% | 0.48% | - |
| HSV(B) | 65.91º | 0.9% | 0.88% | - |
| XYZ | 52.25 | 66.89 | 10.92 | - |
| YUV | 195.88 | 29.87 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 22 | 0.09 | 0 | 0.90 | 0.12 | 65.91 | 0.82 | 0.48 |
| Hex | CD | E1 | 16 | 9 | 0 | 5A | C | 42 | 52 | 30 |
| Octal | 315 | 341 | 26 | 11 | 0 | 132 | 14 | 102 | 122 | 60 |
| Binary | 11001101 | 11100001 | 10110 | 1001 | 0 | 1011010 | 1100 | 1000010 | 1010010 | 110000 |
Color Harmonies of #CDE116
Complementary color
Monochromatic Colors of #CDE116
Black with #CDE116
Text Example
Text Example
White with #CDE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE116; }
p { color: rgb(205,225,22); }
H1.HeaderClassName
{
color: #CDE116;
}
.AnyTagClassName
{
color: #CDE116;
}
</style>
background-color css
<style>
a { background-color: #CDE116; }
a { background-color: rgb(205,225,22); }
div.DivClassName
{
background-color: #CDE116;
}
.BgClassName
{
background-color: #CDE116;
}
</style>
border-color css
<style>
span { border-color: #CDE116; }
span { border-color: rgb(205,225,22); }
td.TdClassName
{
border-color: #CDE116;
}
.TagClassName
{
border-color: #CDE116;
}
</style>