Shades of Pear #D2EA16
Tints of Pear #D2EA16
RGB
CMYK
RGB Variations
Color information
#D2EA16 (or 0xD2EA16) is known color: Pear. HEX triplet: D2, EA and 16. RGB value is (210,234,22). Sum of RGB (Red+Green+Blue) = 210+234+22=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EA16 is #2D15E9. Grayscale: #CBCBCB. Windows color (decimal): -2954730 or 1501906. OLE color: 1501906.
HSL color Cylindrical-coordinate representation of color #D2EA16: hue angle of 66.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2EA16 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 234 | 22 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.08 |
| HSL | 66.79º | 0.83% | 0.5% | - |
| HSV(B) | 66.79º | 0.91% | 0.92% | - |
| XYZ | 56.15 | 72.61 | 11.81 | - |
| YUV | 202.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 234 | 22 | 0.10 | 0 | 0.91 | 0.08 | 66.79 | 0.83 | 0.5 |
| Hex | D2 | EA | 16 | A | 0 | 5B | 8 | 43 | 53 | 32 |
| Octal | 322 | 352 | 26 | 12 | 0 | 133 | 10 | 103 | 123 | 62 |
| Binary | 11010010 | 11101010 | 10110 | 1010 | 0 | 1011011 | 1000 | 1000011 | 1010011 | 110010 |
Color Harmonies of #D2EA16
Complementary color
Monochromatic Colors of #D2EA16
Black with #D2EA16
Text Example
Text Example
White with #D2EA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EA16; }
p { color: rgb(210,234,22); }
H1.HeaderClassName
{
color: #D2EA16;
}
.AnyTagClassName
{
color: #D2EA16;
}
</style>
background-color css
<style>
a { background-color: #D2EA16; }
a { background-color: rgb(210,234,22); }
div.DivClassName
{
background-color: #D2EA16;
}
.BgClassName
{
background-color: #D2EA16;
}
</style>
border-color css
<style>
span { border-color: #D2EA16; }
span { border-color: rgb(210,234,22); }
td.TdClassName
{
border-color: #D2EA16;
}
.TagClassName
{
border-color: #D2EA16;
}
</style>