Shades of Pear #D1ED16
Tints of Pear #D1ED16
RGB
CMYK
RGB Variations
Color information
#D1ED16 (or 0xD1ED16) is known color: Pear. HEX triplet: D1, ED and 16. RGB value is (209,237,22). Sum of RGB (Red+Green+Blue) = 209+237+22=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1ED16 is #2E12E9. Grayscale: #CCCCCC. Windows color (decimal): -3019498 or 1502673. OLE color: 1502673.
HSL color Cylindrical-coordinate representation of color #D1ED16: hue angle of 67.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1ED16 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 22 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.07 |
| HSL | 67.81º | 0.86% | 0.51% | - |
| HSV(B) | 67.81º | 0.91% | 0.93% | - |
| XYZ | 56.72 | 74.18 | 12.09 | - |
| YUV | 204.12 | 25.22 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 22 | 0.12 | 0 | 0.91 | 0.07 | 67.81 | 0.86 | 0.51 |
| Hex | D1 | ED | 16 | C | 0 | 5B | 7 | 44 | 56 | 33 |
| Octal | 321 | 355 | 26 | 14 | 0 | 133 | 7 | 104 | 126 | 63 |
| Binary | 11010001 | 11101101 | 10110 | 1100 | 0 | 1011011 | 111 | 1000100 | 1010110 | 110011 |
Color Harmonies of #D1ED16
Complementary color
Monochromatic Colors of #D1ED16
Black with #D1ED16
Text Example
Text Example
White with #D1ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED16; }
p { color: rgb(209,237,22); }
H1.HeaderClassName
{
color: #D1ED16;
}
.AnyTagClassName
{
color: #D1ED16;
}
</style>
background-color css
<style>
a { background-color: #D1ED16; }
a { background-color: rgb(209,237,22); }
div.DivClassName
{
background-color: #D1ED16;
}
.BgClassName
{
background-color: #D1ED16;
}
</style>
border-color css
<style>
span { border-color: #D1ED16; }
span { border-color: rgb(209,237,22); }
td.TdClassName
{
border-color: #D1ED16;
}
.TagClassName
{
border-color: #D1ED16;
}
</style>