Shades of Pear #D7ED4A
Tints of Pear #D7ED4A
RGB
CMYK
RGB Variations
Color information
#D7ED4A (or 0xD7ED4A) is known color: Pear. HEX triplet: D7, ED and 4A. RGB value is (215,237,74). Sum of RGB (Red+Green+Blue) = 215+237+74=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 237 (92.97% from 255 or 45.06% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7ED4A is #2812B5. Grayscale: #D4D4D4. Windows color (decimal): -2626230 or 4910551. OLE color: 4910551.
HSL color Cylindrical-coordinate representation of color #D7ED4A: hue angle of 68.1º degrees, saturation: 0.82, 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 #D7ED4A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.07 |
| HSL | 68.1º | 0.82% | 0.61% | - |
| HSV(B) | 68.1º | 0.69% | 0.93% | - |
| XYZ | 59.54 | 75.51 | 17.92 | - |
| YUV | 211.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 74 | 0.09 | 0 | 0.69 | 0.07 | 68.1 | 0.82 | 0.61 |
| Hex | D7 | ED | 4A | 9 | 0 | 45 | 7 | 44 | 52 | 3D |
| Octal | 327 | 355 | 112 | 11 | 0 | 105 | 7 | 104 | 122 | 75 |
| Binary | 11010111 | 11101101 | 1001010 | 1001 | 0 | 1000101 | 111 | 1000100 | 1010010 | 111101 |
Color Harmonies of #D7ED4A
Complementary color
Monochromatic Colors of #D7ED4A
Black with #D7ED4A
Text Example
Text Example
White with #D7ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED4A; }
p { color: rgb(215,237,74); }
H1.HeaderClassName
{
color: #D7ED4A;
}
.AnyTagClassName
{
color: #D7ED4A;
}
</style>
background-color css
<style>
a { background-color: #D7ED4A; }
a { background-color: rgb(215,237,74); }
div.DivClassName
{
background-color: #D7ED4A;
}
.BgClassName
{
background-color: #D7ED4A;
}
</style>
border-color css
<style>
span { border-color: #D7ED4A; }
span { border-color: rgb(215,237,74); }
td.TdClassName
{
border-color: #D7ED4A;
}
.TagClassName
{
border-color: #D7ED4A;
}
</style>