Shades of Pear #D4EC3D
Tints of Pear #D4EC3D
RGB
CMYK
RGB Variations
Color information
#D4EC3D (or 0xD4EC3D) is known color: Pear. HEX triplet: D4, EC and 3D. RGB value is (212,236,61). Sum of RGB (Red+Green+Blue) = 212+236+61=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EC3D is #2B13C2. Grayscale: #D1D1D1. Windows color (decimal): -2823107 or 4058324. OLE color: 4058324.
HSL color Cylindrical-coordinate representation of color #D4EC3D: hue angle of 68.23º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4EC3D is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 61 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.07 |
| HSL | 68.23º | 0.82% | 0.58% | - |
| HSV(B) | 68.23º | 0.74% | 0.93% | - |
| XYZ | 57.99 | 74.32 | 15.7 | - |
| YUV | 208.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 61 | 0.10 | 0 | 0.74 | 0.07 | 68.23 | 0.82 | 0.58 |
| Hex | D4 | EC | 3D | A | 0 | 4A | 7 | 44 | 52 | 3A |
| Octal | 324 | 354 | 75 | 12 | 0 | 112 | 7 | 104 | 122 | 72 |
| Binary | 11010100 | 11101100 | 111101 | 1010 | 0 | 1001010 | 111 | 1000100 | 1010010 | 111010 |
Color Harmonies of #D4EC3D
Complementary color
Monochromatic Colors of #D4EC3D
Black with #D4EC3D
Text Example
Text Example
White with #D4EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC3D; }
p { color: rgb(212,236,61); }
H1.HeaderClassName
{
color: #D4EC3D;
}
.AnyTagClassName
{
color: #D4EC3D;
}
</style>
background-color css
<style>
a { background-color: #D4EC3D; }
a { background-color: rgb(212,236,61); }
div.DivClassName
{
background-color: #D4EC3D;
}
.BgClassName
{
background-color: #D4EC3D;
}
</style>
border-color css
<style>
span { border-color: #D4EC3D; }
span { border-color: rgb(212,236,61); }
td.TdClassName
{
border-color: #D4EC3D;
}
.TagClassName
{
border-color: #D4EC3D;
}
</style>