Shades of Pear #D4EA3E
Tints of Pear #D4EA3E
RGB
CMYK
RGB Variations
Color information
#D4EA3E (or 0xD4EA3E) is known color: Pear. HEX triplet: D4, EA and 3E. RGB value is (212,234,62). Sum of RGB (Red+Green+Blue) = 212+234+62=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA3E is #2B15C1. Grayscale: #D0D0D0. Windows color (decimal): -2823618 or 4123348. OLE color: 4123348.
HSL color Cylindrical-coordinate representation of color #D4EA3E: hue angle of 67.67º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4EA3E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.08 |
| HSL | 67.67º | 0.8% | 0.58% | - |
| HSV(B) | 67.67º | 0.74% | 0.92% | - |
| XYZ | 57.44 | 73.19 | 15.66 | - |
| YUV | 207.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 62 | 0.09 | 0 | 0.74 | 0.08 | 67.67 | 0.8 | 0.58 |
| Hex | D4 | EA | 3E | 9 | 0 | 4A | 8 | 44 | 50 | 3A |
| Octal | 324 | 352 | 76 | 11 | 0 | 112 | 10 | 104 | 120 | 72 |
| Binary | 11010100 | 11101010 | 111110 | 1001 | 0 | 1001010 | 1000 | 1000100 | 1010000 | 111010 |
Color Harmonies of #D4EA3E
Complementary color
Monochromatic Colors of #D4EA3E
Black with #D4EA3E
Text Example
Text Example
White with #D4EA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA3E; }
p { color: rgb(212,234,62); }
H1.HeaderClassName
{
color: #D4EA3E;
}
.AnyTagClassName
{
color: #D4EA3E;
}
</style>
background-color css
<style>
a { background-color: #D4EA3E; }
a { background-color: rgb(212,234,62); }
div.DivClassName
{
background-color: #D4EA3E;
}
.BgClassName
{
background-color: #D4EA3E;
}
</style>
border-color css
<style>
span { border-color: #D4EA3E; }
span { border-color: rgb(212,234,62); }
td.TdClassName
{
border-color: #D4EA3E;
}
.TagClassName
{
border-color: #D4EA3E;
}
</style>