Shades of Pear #CDE216
Tints of Pear #CDE216
RGB
CMYK
RGB Variations
Color information
#CDE216 (or 0xCDE216) is known color: Pear. HEX triplet: CD, E2 and 16. RGB value is (205,226,22). Sum of RGB (Red+Green+Blue) = 205+226+22=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 226 (88.67% from 255 or 49.89% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE216 is #321DE9. Grayscale: #C5C5C5. Windows color (decimal): -3284458 or 1499853. OLE color: 1499853.
HSL color Cylindrical-coordinate representation of color #CDE216: hue angle of 66.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDE216 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.11 |
| HSL | 66.18º | 0.82% | 0.49% | - |
| HSV(B) | 66.18º | 0.9% | 0.89% | - |
| XYZ | 52.52 | 67.43 | 11.01 | - |
| YUV | 196.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 22 | 0.09 | 0 | 0.90 | 0.11 | 66.18 | 0.82 | 0.49 |
| Hex | CD | E2 | 16 | 9 | 0 | 5A | B | 42 | 52 | 31 |
| Octal | 315 | 342 | 26 | 11 | 0 | 132 | 13 | 102 | 122 | 61 |
| Binary | 11001101 | 11100010 | 10110 | 1001 | 0 | 1011010 | 1011 | 1000010 | 1010010 | 110001 |
Color Harmonies of #CDE216
Complementary color
Monochromatic Colors of #CDE216
Black with #CDE216
Text Example
Text Example
White with #CDE216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE216; }
p { color: rgb(205,226,22); }
H1.HeaderClassName
{
color: #CDE216;
}
.AnyTagClassName
{
color: #CDE216;
}
</style>
background-color css
<style>
a { background-color: #CDE216; }
a { background-color: rgb(205,226,22); }
div.DivClassName
{
background-color: #CDE216;
}
.BgClassName
{
background-color: #CDE216;
}
</style>
border-color css
<style>
span { border-color: #CDE216; }
span { border-color: rgb(205,226,22); }
td.TdClassName
{
border-color: #CDE216;
}
.TagClassName
{
border-color: #CDE216;
}
</style>