Shades of Pear #D4E11D
Tints of Pear #D4E11D
RGB
CMYK
RGB Variations
Color information
#D4E11D (or 0xD4E11D) is known color: Pear. HEX triplet: D4, E1 and 1D. RGB value is (212,225,29). Sum of RGB (Red+Green+Blue) = 212+225+29=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E11D is #2B1EE2. Grayscale: #C7C7C7. Windows color (decimal): -2825955 or 1958356. OLE color: 1958356.
HSL color Cylindrical-coordinate representation of color #D4E11D: hue angle of 63.98º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4E11D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.12 |
| HSL | 63.98º | 0.77% | 0.5% | - |
| HSV(B) | 63.98º | 0.87% | 0.88% | - |
| XYZ | 54.3 | 67.94 | 11.41 | - |
| YUV | 198.77 | 32.19 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 29 | 0.06 | 0 | 0.87 | 0.12 | 63.98 | 0.77 | 0.5 |
| Hex | D4 | E1 | 1D | 6 | 0 | 57 | C | 40 | 4D | 32 |
| Octal | 324 | 341 | 35 | 6 | 0 | 127 | 14 | 100 | 115 | 62 |
| Binary | 11010100 | 11100001 | 11101 | 110 | 0 | 1010111 | 1100 | 1000000 | 1001101 | 110010 |
Color Harmonies of #D4E11D
Complementary color
Monochromatic Colors of #D4E11D
Black with #D4E11D
Text Example
Text Example
White with #D4E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E11D; }
p { color: rgb(212,225,29); }
H1.HeaderClassName
{
color: #D4E11D;
}
.AnyTagClassName
{
color: #D4E11D;
}
</style>
background-color css
<style>
a { background-color: #D4E11D; }
a { background-color: rgb(212,225,29); }
div.DivClassName
{
background-color: #D4E11D;
}
.BgClassName
{
background-color: #D4E11D;
}
</style>
border-color css
<style>
span { border-color: #D4E11D; }
span { border-color: rgb(212,225,29); }
td.TdClassName
{
border-color: #D4E11D;
}
.TagClassName
{
border-color: #D4E11D;
}
</style>