Shades of Pear #D4EA4B
Tints of Pear #D4EA4B
RGB
CMYK
RGB Variations
Color information
#D4EA4B (or 0xD4EA4B) is known color: Pear. HEX triplet: D4, EA and 4B. RGB value is (212,234,75). Sum of RGB (Red+Green+Blue) = 212+234+75=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4EA4B is #2B15B4. Grayscale: #D1D1D1. Windows color (decimal): -2823605 or 4975316. OLE color: 4975316.
HSL color Cylindrical-coordinate representation of color #D4EA4B: hue angle of 68.3º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4EA4B is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 75 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.08 |
| HSL | 68.3º | 0.79% | 0.61% | - |
| HSV(B) | 68.3º | 0.68% | 0.92% | - |
| XYZ | 57.84 | 73.35 | 17.77 | - |
| YUV | 209.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 75 | 0.09 | 0 | 0.68 | 0.08 | 68.3 | 0.79 | 0.61 |
| Hex | D4 | EA | 4B | 9 | 0 | 44 | 8 | 44 | 4F | 3D |
| Octal | 324 | 352 | 113 | 11 | 0 | 104 | 10 | 104 | 117 | 75 |
| Binary | 11010100 | 11101010 | 1001011 | 1001 | 0 | 1000100 | 1000 | 1000100 | 1001111 | 111101 |
Color Harmonies of #D4EA4B
Complementary color
Monochromatic Colors of #D4EA4B
Black with #D4EA4B
Text Example
Text Example
White with #D4EA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA4B; }
p { color: rgb(212,234,75); }
H1.HeaderClassName
{
color: #D4EA4B;
}
.AnyTagClassName
{
color: #D4EA4B;
}
</style>
background-color css
<style>
a { background-color: #D4EA4B; }
a { background-color: rgb(212,234,75); }
div.DivClassName
{
background-color: #D4EA4B;
}
.BgClassName
{
background-color: #D4EA4B;
}
</style>
border-color css
<style>
span { border-color: #D4EA4B; }
span { border-color: rgb(212,234,75); }
td.TdClassName
{
border-color: #D4EA4B;
}
.TagClassName
{
border-color: #D4EA4B;
}
</style>