Shades of Pear #D4E11B
Tints of Pear #D4E11B
RGB
CMYK
RGB Variations
Color information
#D4E11B (or 0xD4E11B) is known color: Pear. HEX triplet: D4, E1 and 1B. RGB value is (212,225,27). Sum of RGB (Red+Green+Blue) = 212+225+27=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 27 (10.94% from 255 or 5.82% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E11B is #2B1EE4. Grayscale: #C7C7C7. Windows color (decimal): -2825957 or 1827284. OLE color: 1827284.
HSL color Cylindrical-coordinate representation of color #D4E11B: hue angle of 63.94º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4E11B is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 27 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.12 |
| HSL | 63.94º | 0.79% | 0.49% | - |
| HSV(B) | 63.94º | 0.88% | 0.88% | - |
| XYZ | 54.27 | 67.93 | 11.29 | - |
| YUV | 198.54 | 31.19 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 27 | 0.06 | 0 | 0.88 | 0.12 | 63.94 | 0.79 | 0.49 |
| Hex | D4 | E1 | 1B | 6 | 0 | 58 | C | 40 | 4F | 31 |
| Octal | 324 | 341 | 33 | 6 | 0 | 130 | 14 | 100 | 117 | 61 |
| Binary | 11010100 | 11100001 | 11011 | 110 | 0 | 1011000 | 1100 | 1000000 | 1001111 | 110001 |
Color Harmonies of #D4E11B
Complementary color
Monochromatic Colors of #D4E11B
Black with #D4E11B
Text Example
Text Example
White with #D4E11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E11B; }
p { color: rgb(212,225,27); }
H1.HeaderClassName
{
color: #D4E11B;
}
.AnyTagClassName
{
color: #D4E11B;
}
</style>
background-color css
<style>
a { background-color: #D4E11B; }
a { background-color: rgb(212,225,27); }
div.DivClassName
{
background-color: #D4E11B;
}
.BgClassName
{
background-color: #D4E11B;
}
</style>
border-color css
<style>
span { border-color: #D4E11B; }
span { border-color: rgb(212,225,27); }
td.TdClassName
{
border-color: #D4E11B;
}
.TagClassName
{
border-color: #D4E11B;
}
</style>