Shades of Pear #D2E716
Tints of Pear #D2E716
RGB
CMYK
RGB Variations
Color information
#D2E716 (or 0xD2E716) is known color: Pear. HEX triplet: D2, E7 and 16. RGB value is (210,231,22). Sum of RGB (Red+Green+Blue) = 210+231+22=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E716 is #2D18E9. Grayscale: #C9C9C9. Windows color (decimal): -2955498 or 1501138. OLE color: 1501138.
HSL color Cylindrical-coordinate representation of color #D2E716: hue angle of 66.03º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2E716 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 22 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.09 |
| HSL | 66.03º | 0.83% | 0.5% | - |
| HSV(B) | 66.03º | 0.9% | 0.91% | - |
| XYZ | 55.3 | 70.91 | 11.53 | - |
| YUV | 200.9 | 27.04 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 22 | 0.09 | 0 | 0.90 | 0.09 | 66.03 | 0.83 | 0.5 |
| Hex | D2 | E7 | 16 | 9 | 0 | 5A | 9 | 42 | 53 | 32 |
| Octal | 322 | 347 | 26 | 11 | 0 | 132 | 11 | 102 | 123 | 62 |
| Binary | 11010010 | 11100111 | 10110 | 1001 | 0 | 1011010 | 1001 | 1000010 | 1010011 | 110010 |
Color Harmonies of #D2E716
Complementary color
Monochromatic Colors of #D2E716
Black with #D2E716
Text Example
Text Example
White with #D2E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E716; }
p { color: rgb(210,231,22); }
H1.HeaderClassName
{
color: #D2E716;
}
.AnyTagClassName
{
color: #D2E716;
}
</style>
background-color css
<style>
a { background-color: #D2E716; }
a { background-color: rgb(210,231,22); }
div.DivClassName
{
background-color: #D2E716;
}
.BgClassName
{
background-color: #D2E716;
}
</style>
border-color css
<style>
span { border-color: #D2E716; }
span { border-color: rgb(210,231,22); }
td.TdClassName
{
border-color: #D2E716;
}
.TagClassName
{
border-color: #D2E716;
}
</style>