Shades of Pear #D4EC3A
Tints of Pear #D4EC3A
RGB
CMYK
RGB Variations
Color information
#D4EC3A (or 0xD4EC3A) is known color: Pear. HEX triplet: D4, EC and 3A. RGB value is (212,236,58). Sum of RGB (Red+Green+Blue) = 212+236+58=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EC3A is #2B13C5. Grayscale: #D1D1D1. Windows color (decimal): -2823110 or 3861716. OLE color: 3861716.
HSL color Cylindrical-coordinate representation of color #D4EC3A: hue angle of 68.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4EC3A is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 236 | 58 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.07 |
| HSL | 68.09º | 0.82% | 0.58% | - |
| HSV(B) | 68.09º | 0.75% | 0.93% | - |
| XYZ | 57.91 | 74.29 | 15.29 | - |
| YUV | 208.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 236 | 58 | 0.10 | 0 | 0.75 | 0.07 | 68.09 | 0.82 | 0.58 |
| Hex | D4 | EC | 3A | A | 0 | 4B | 7 | 44 | 52 | 3A |
| Octal | 324 | 354 | 72 | 12 | 0 | 113 | 7 | 104 | 122 | 72 |
| Binary | 11010100 | 11101100 | 111010 | 1010 | 0 | 1001011 | 111 | 1000100 | 1010010 | 111010 |
Color Harmonies of #D4EC3A
Complementary color
Monochromatic Colors of #D4EC3A
Black with #D4EC3A
Text Example
Text Example
White with #D4EC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EC3A; }
p { color: rgb(212,236,58); }
H1.HeaderClassName
{
color: #D4EC3A;
}
.AnyTagClassName
{
color: #D4EC3A;
}
</style>
background-color css
<style>
a { background-color: #D4EC3A; }
a { background-color: rgb(212,236,58); }
div.DivClassName
{
background-color: #D4EC3A;
}
.BgClassName
{
background-color: #D4EC3A;
}
</style>
border-color css
<style>
span { border-color: #D4EC3A; }
span { border-color: rgb(212,236,58); }
td.TdClassName
{
border-color: #D4EC3A;
}
.TagClassName
{
border-color: #D4EC3A;
}
</style>