Shades of Pear #D7EC4A
Tints of Pear #D7EC4A
RGB
CMYK
RGB Variations
Color information
#D7EC4A (or 0xD7EC4A) is known color: Pear. HEX triplet: D7, EC and 4A. RGB value is (215,236,74). Sum of RGB (Red+Green+Blue) = 215+236+74=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 74 (29.30% from 255 or 14.10% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #D7EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EC4A is #2813B5. Grayscale: #D3D3D3. Windows color (decimal): -2626486 or 4910295. OLE color: 4910295.
HSL color Cylindrical-coordinate representation of color #D7EC4A: hue angle of 67.78º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7EC4A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 236 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.07 |
| HSL | 67.78º | 0.81% | 0.61% | - |
| HSV(B) | 67.78º | 0.69% | 0.93% | - |
| XYZ | 59.26 | 74.93 | 17.82 | - |
| YUV | 211.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 236 | 74 | 0.09 | 0 | 0.69 | 0.07 | 67.78 | 0.81 | 0.61 |
| Hex | D7 | EC | 4A | 9 | 0 | 45 | 7 | 44 | 51 | 3D |
| Octal | 327 | 354 | 112 | 11 | 0 | 105 | 7 | 104 | 121 | 75 |
| Binary | 11010111 | 11101100 | 1001010 | 1001 | 0 | 1000101 | 111 | 1000100 | 1010001 | 111101 |
Color Harmonies of #D7EC4A
Complementary color
Monochromatic Colors of #D7EC4A
Black with #D7EC4A
Text Example
Text Example
White with #D7EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EC4A; }
p { color: rgb(215,236,74); }
H1.HeaderClassName
{
color: #D7EC4A;
}
.AnyTagClassName
{
color: #D7EC4A;
}
</style>
background-color css
<style>
a { background-color: #D7EC4A; }
a { background-color: rgb(215,236,74); }
div.DivClassName
{
background-color: #D7EC4A;
}
.BgClassName
{
background-color: #D7EC4A;
}
</style>
border-color css
<style>
span { border-color: #D7EC4A; }
span { border-color: rgb(215,236,74); }
td.TdClassName
{
border-color: #D7EC4A;
}
.TagClassName
{
border-color: #D7EC4A;
}
</style>