Shades of Pear #D5ED16
Tints of Pear #D5ED16
RGB
CMYK
RGB Variations
Color information
#D5ED16 (or 0xD5ED16) is known color: Pear. HEX triplet: D5, ED and 16. RGB value is (213,237,22). Sum of RGB (Red+Green+Blue) = 213+237+22=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #D5ED16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5ED16 is #2A12E9. Grayscale: #CECECE. Windows color (decimal): -2757354 or 1502677. OLE color: 1502677.
HSL color Cylindrical-coordinate representation of color #D5ED16: hue angle of 66.7º 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 #D5ED16 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 237 | 22 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.07 |
| HSL | 66.7º | 0.86% | 0.51% | - |
| HSV(B) | 66.7º | 0.91% | 0.93% | - |
| XYZ | 57.87 | 74.77 | 12.14 | - |
| YUV | 205.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 237 | 22 | 0.10 | 0 | 0.91 | 0.07 | 66.7 | 0.86 | 0.51 |
| Hex | D5 | ED | 16 | A | 0 | 5B | 7 | 43 | 56 | 33 |
| Octal | 325 | 355 | 26 | 12 | 0 | 133 | 7 | 103 | 126 | 63 |
| Binary | 11010101 | 11101101 | 10110 | 1010 | 0 | 1011011 | 111 | 1000011 | 1010110 | 110011 |
Color Harmonies of #D5ED16
Complementary color
Monochromatic Colors of #D5ED16
Black with #D5ED16
Text Example
Text Example
White with #D5ED16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ED16; }
p { color: rgb(213,237,22); }
H1.HeaderClassName
{
color: #D5ED16;
}
.AnyTagClassName
{
color: #D5ED16;
}
</style>
background-color css
<style>
a { background-color: #D5ED16; }
a { background-color: rgb(213,237,22); }
div.DivClassName
{
background-color: #D5ED16;
}
.BgClassName
{
background-color: #D5ED16;
}
</style>
border-color css
<style>
span { border-color: #D5ED16; }
span { border-color: rgb(213,237,22); }
td.TdClassName
{
border-color: #D5ED16;
}
.TagClassName
{
border-color: #D5ED16;
}
</style>