Shades of Pear #D2E016
Tints of Pear #D2E016
RGB
CMYK
RGB Variations
Color information
#D2E016 (or 0xD2E016) is known color: Pear. HEX triplet: D2, E0 and 16. RGB value is (210,224,22). Sum of RGB (Red+Green+Blue) = 210+224+22=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2E016 is #2D1FE9. Grayscale: #C5C5C5. Windows color (decimal): -2957290 or 1499346. OLE color: 1499346.
HSL color Cylindrical-coordinate representation of color #D2E016: hue angle of 64.16º 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 #D2E016 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.12 |
| HSL | 64.16º | 0.82% | 0.48% | - |
| HSV(B) | 64.16º | 0.9% | 0.88% | - |
| XYZ | 53.38 | 67.07 | 10.89 | - |
| YUV | 196.79 | 29.36 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 22 | 0.06 | 0 | 0.90 | 0.12 | 64.16 | 0.82 | 0.48 |
| Hex | D2 | E0 | 16 | 6 | 0 | 5A | C | 40 | 52 | 30 |
| Octal | 322 | 340 | 26 | 6 | 0 | 132 | 14 | 100 | 122 | 60 |
| Binary | 11010010 | 11100000 | 10110 | 110 | 0 | 1011010 | 1100 | 1000000 | 1010010 | 110000 |
Color Harmonies of #D2E016
Complementary color
Monochromatic Colors of #D2E016
Black with #D2E016
Text Example
Text Example
White with #D2E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E016; }
p { color: rgb(210,224,22); }
H1.HeaderClassName
{
color: #D2E016;
}
.AnyTagClassName
{
color: #D2E016;
}
</style>
background-color css
<style>
a { background-color: #D2E016; }
a { background-color: rgb(210,224,22); }
div.DivClassName
{
background-color: #D2E016;
}
.BgClassName
{
background-color: #D2E016;
}
</style>
border-color css
<style>
span { border-color: #D2E016; }
span { border-color: rgb(210,224,22); }
td.TdClassName
{
border-color: #D2E016;
}
.TagClassName
{
border-color: #D2E016;
}
</style>