Shades of Pear #D4EB16
Tints of Pear #D4EB16
RGB
CMYK
RGB Variations
Color information
#D4EB16 (or 0xD4EB16) is known color: Pear. HEX triplet: D4, EB and 16. RGB value is (212,235,22). Sum of RGB (Red+Green+Blue) = 212+235+22=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 22 (8.98% from 255 or 4.69% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4EB16 is #2B14E9. Grayscale: #CCCCCC. Windows color (decimal): -2823402 or 1502164. OLE color: 1502164.
HSL color Cylindrical-coordinate representation of color #D4EB16: hue angle of 66.48º degrees, saturation: 0.84, 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 #D4EB16 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 22 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.08 |
| HSL | 66.48º | 0.84% | 0.5% | - |
| HSV(B) | 66.48º | 0.91% | 0.92% | - |
| XYZ | 57 | 73.47 | 11.94 | - |
| YUV | 203.84 | 25.38 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 22 | 0.10 | 0 | 0.91 | 0.08 | 66.48 | 0.84 | 0.5 |
| Hex | D4 | EB | 16 | A | 0 | 5B | 8 | 42 | 54 | 32 |
| Octal | 324 | 353 | 26 | 12 | 0 | 133 | 10 | 102 | 124 | 62 |
| Binary | 11010100 | 11101011 | 10110 | 1010 | 0 | 1011011 | 1000 | 1000010 | 1010100 | 110010 |
Color Harmonies of #D4EB16
Complementary color
Monochromatic Colors of #D4EB16
Black with #D4EB16
Text Example
Text Example
White with #D4EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EB16; }
p { color: rgb(212,235,22); }
H1.HeaderClassName
{
color: #D4EB16;
}
.AnyTagClassName
{
color: #D4EB16;
}
</style>
background-color css
<style>
a { background-color: #D4EB16; }
a { background-color: rgb(212,235,22); }
div.DivClassName
{
background-color: #D4EB16;
}
.BgClassName
{
background-color: #D4EB16;
}
</style>
border-color css
<style>
span { border-color: #D4EB16; }
span { border-color: rgb(212,235,22); }
td.TdClassName
{
border-color: #D4EB16;
}
.TagClassName
{
border-color: #D4EB16;
}
</style>