Shades of Pear #CDE416
Tints of Pear #CDE416
RGB
CMYK
RGB Variations
Color information
#CDE416 (or 0xCDE416) is known color: Pear. HEX triplet: CD, E4 and 16. RGB value is (205,228,22). Sum of RGB (Red+Green+Blue) = 205+228+22=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE416 is #321BE9. Grayscale: #C6C6C6. Windows color (decimal): -3283946 or 1500365. OLE color: 1500365.
HSL color Cylindrical-coordinate representation of color #CDE416: hue angle of 66.7º 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 #CDE416 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 22 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.11 |
| HSL | 66.7º | 0.82% | 0.49% | - |
| HSV(B) | 66.7º | 0.9% | 0.89% | - |
| XYZ | 53.07 | 68.52 | 11.19 | - |
| YUV | 197.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 22 | 0.10 | 0 | 0.90 | 0.11 | 66.7 | 0.82 | 0.49 |
| Hex | CD | E4 | 16 | A | 0 | 5A | B | 43 | 52 | 31 |
| Octal | 315 | 344 | 26 | 12 | 0 | 132 | 13 | 103 | 122 | 61 |
| Binary | 11001101 | 11100100 | 10110 | 1010 | 0 | 1011010 | 1011 | 1000011 | 1010010 | 110001 |
Color Harmonies of #CDE416
Complementary color
Monochromatic Colors of #CDE416
Black with #CDE416
Text Example
Text Example
White with #CDE416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE416; }
p { color: rgb(205,228,22); }
H1.HeaderClassName
{
color: #CDE416;
}
.AnyTagClassName
{
color: #CDE416;
}
</style>
background-color css
<style>
a { background-color: #CDE416; }
a { background-color: rgb(205,228,22); }
div.DivClassName
{
background-color: #CDE416;
}
.BgClassName
{
background-color: #CDE416;
}
</style>
border-color css
<style>
span { border-color: #CDE416; }
span { border-color: rgb(205,228,22); }
td.TdClassName
{
border-color: #CDE416;
}
.TagClassName
{
border-color: #CDE416;
}
</style>