Shades of Pear #D4E216
Tints of Pear #D4E216
RGB
CMYK
RGB Variations
Color information
#D4E216 (or 0xD4E216) is known color: Pear. HEX triplet: D4, E2 and 16. RGB value is (212,226,22). Sum of RGB (Red+Green+Blue) = 212+226+22=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E216 is #2B1DE9. Grayscale: #C7C7C7. Windows color (decimal): -2825706 or 1499860. OLE color: 1499860.
HSL color Cylindrical-coordinate representation of color #D4E216: hue angle of 64.12º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4E216 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 22 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.11 |
| HSL | 64.12º | 0.82% | 0.49% | - |
| HSV(B) | 64.12º | 0.9% | 0.89% | - |
| XYZ | 54.49 | 68.45 | 11.1 | - |
| YUV | 198.56 | 28.36 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 22 | 0.06 | 0 | 0.90 | 0.11 | 64.12 | 0.82 | 0.49 |
| Hex | D4 | E2 | 16 | 6 | 0 | 5A | B | 40 | 52 | 31 |
| Octal | 324 | 342 | 26 | 6 | 0 | 132 | 13 | 100 | 122 | 61 |
| Binary | 11010100 | 11100010 | 10110 | 110 | 0 | 1011010 | 1011 | 1000000 | 1010010 | 110001 |
Color Harmonies of #D4E216
Complementary color
Monochromatic Colors of #D4E216
Black with #D4E216
Text Example
Text Example
White with #D4E216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E216; }
p { color: rgb(212,226,22); }
H1.HeaderClassName
{
color: #D4E216;
}
.AnyTagClassName
{
color: #D4E216;
}
</style>
background-color css
<style>
a { background-color: #D4E216; }
a { background-color: rgb(212,226,22); }
div.DivClassName
{
background-color: #D4E216;
}
.BgClassName
{
background-color: #D4E216;
}
</style>
border-color css
<style>
span { border-color: #D4E216; }
span { border-color: rgb(212,226,22); }
td.TdClassName
{
border-color: #D4E216;
}
.TagClassName
{
border-color: #D4E216;
}
</style>