Shades of Pear #D4EC1F
Tints of Pear #D4EC1F
RGB
CMYK
RGB Variations
Color information
#D4EC1F (or 0xD4EC1F) is known color: Pear. HEX triplet: D4, EC and 1F. RGB value is (212,236,31). Sum of RGB (Red+Green+Blue) = 212+236+31=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EC1F is #2B13E0. Grayscale: #CECECE. Windows color (decimal): -2823137 or 2092244. OLE color: 2092244.
HSL color Cylindrical-coordinate representation of color #D4EC1F: hue angle of 67.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4EC1F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 31 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.07 |
| HSL | 67.02º | 0.84% | 0.52% | - |
| HSV(B) | 67.02º | 0.87% | 0.93% | - |
| XYZ | 57.39 | 74.09 | 12.57 | - |
| YUV | 205.45 | 29.55 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 31 | 0.10 | 0 | 0.87 | 0.07 | 67.02 | 0.84 | 0.52 |
| Hex | D4 | EC | 1F | A | 0 | 57 | 7 | 43 | 54 | 34 |
| Octal | 324 | 354 | 37 | 12 | 0 | 127 | 7 | 103 | 124 | 64 |
| Binary | 11010100 | 11101100 | 11111 | 1010 | 0 | 1010111 | 111 | 1000011 | 1010100 | 110100 |
Color Harmonies of #D4EC1F
Complementary color
Monochromatic Colors of #D4EC1F
Black with #D4EC1F
Text Example
Text Example
White with #D4EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC1F; }
p { color: rgb(212,236,31); }
H1.HeaderClassName
{
color: #D4EC1F;
}
.AnyTagClassName
{
color: #D4EC1F;
}
</style>
background-color css
<style>
a { background-color: #D4EC1F; }
a { background-color: rgb(212,236,31); }
div.DivClassName
{
background-color: #D4EC1F;
}
.BgClassName
{
background-color: #D4EC1F;
}
</style>
border-color css
<style>
span { border-color: #D4EC1F; }
span { border-color: rgb(212,236,31); }
td.TdClassName
{
border-color: #D4EC1F;
}
.TagClassName
{
border-color: #D4EC1F;
}
</style>