Shades of Pear #D2E718
Tints of Pear #D2E718
RGB
CMYK
RGB Variations
Color information
#D2E718 (or 0xD2E718) is known color: Pear. HEX triplet: D2, E7 and 18. RGB value is (210,231,24). Sum of RGB (Red+Green+Blue) = 210+231+24=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E718 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2E718 is #2D18E7. Grayscale: #C9C9C9. Windows color (decimal): -2955496 or 1632210. OLE color: 1632210.
HSL color Cylindrical-coordinate representation of color #D2E718: hue angle of 66.09º degrees, saturation: 0.81, 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 #D2E718 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 231 | 24 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.09 |
| HSL | 66.09º | 0.81% | 0.5% | - |
| HSV(B) | 66.09º | 0.9% | 0.91% | - |
| XYZ | 55.32 | 70.92 | 11.64 | - |
| YUV | 201.12 | 28.04 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 231 | 24 | 0.09 | 0 | 0.90 | 0.09 | 66.09 | 0.81 | 0.5 |
| Hex | D2 | E7 | 18 | 9 | 0 | 5A | 9 | 42 | 51 | 32 |
| Octal | 322 | 347 | 30 | 11 | 0 | 132 | 11 | 102 | 121 | 62 |
| Binary | 11010010 | 11100111 | 11000 | 1001 | 0 | 1011010 | 1001 | 1000010 | 1010001 | 110010 |
Color Harmonies of #D2E718
Complementary color
Monochromatic Colors of #D2E718
Black with #D2E718
Text Example
Text Example
White with #D2E718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E718; }
p { color: rgb(210,231,24); }
H1.HeaderClassName
{
color: #D2E718;
}
.AnyTagClassName
{
color: #D2E718;
}
</style>
background-color css
<style>
a { background-color: #D2E718; }
a { background-color: rgb(210,231,24); }
div.DivClassName
{
background-color: #D2E718;
}
.BgClassName
{
background-color: #D2E718;
}
</style>
border-color css
<style>
span { border-color: #D2E718; }
span { border-color: rgb(210,231,24); }
td.TdClassName
{
border-color: #D2E718;
}
.TagClassName
{
border-color: #D2E718;
}
</style>