Shades of Pear #D4EF4E
Tints of Pear #D4EF4E
RGB
CMYK
RGB Variations
Color information
#D4EF4E (or 0xD4EF4E) is known color: Pear. HEX triplet: D4, EF and 4E. RGB value is (212,239,78). Sum of RGB (Red+Green+Blue) = 212+239+78=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF4E is #2B10B1. Grayscale: #D5D5D5. Windows color (decimal): -2822322 or 5173204. OLE color: 5173204.
HSL color Cylindrical-coordinate representation of color #D4EF4E: hue angle of 70.06º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4EF4E is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 239 | 78 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.06 |
| HSL | 70.06º | 0.83% | 0.62% | - |
| HSV(B) | 70.06º | 0.67% | 0.94% | - |
| XYZ | 59.39 | 76.28 | 18.8 | - |
| YUV | 212.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 239 | 78 | 0.11 | 0 | 0.67 | 0.06 | 70.06 | 0.83 | 0.62 |
| Hex | D4 | EF | 4E | B | 0 | 43 | 6 | 46 | 53 | 3E |
| Octal | 324 | 357 | 116 | 13 | 0 | 103 | 6 | 106 | 123 | 76 |
| Binary | 11010100 | 11101111 | 1001110 | 1011 | 0 | 1000011 | 110 | 1000110 | 1010011 | 111110 |
Color Harmonies of #D4EF4E
Complementary color
Monochromatic Colors of #D4EF4E
Black with #D4EF4E
Text Example
Text Example
White with #D4EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EF4E; }
p { color: rgb(212,239,78); }
H1.HeaderClassName
{
color: #D4EF4E;
}
.AnyTagClassName
{
color: #D4EF4E;
}
</style>
background-color css
<style>
a { background-color: #D4EF4E; }
a { background-color: rgb(212,239,78); }
div.DivClassName
{
background-color: #D4EF4E;
}
.BgClassName
{
background-color: #D4EF4E;
}
</style>
border-color css
<style>
span { border-color: #D4EF4E; }
span { border-color: rgb(212,239,78); }
td.TdClassName
{
border-color: #D4EF4E;
}
.TagClassName
{
border-color: #D4EF4E;
}
</style>