Shades of Pear #D7EA4A
Tints of Pear #D7EA4A
RGB
CMYK
RGB Variations
Color information
#D7EA4A (or 0xD7EA4A) is known color: Pear. HEX triplet: D7, EA and 4A. RGB value is (215,234,74). Sum of RGB (Red+Green+Blue) = 215+234+74=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EA4A is #2815B5. Grayscale: #D2D2D2. Windows color (decimal): -2626998 or 4909783. OLE color: 4909783.
HSL color Cylindrical-coordinate representation of color #D7EA4A: hue angle of 67.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7EA4A is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 74 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.08 |
| HSL | 67.13º | 0.79% | 0.6% | - |
| HSV(B) | 67.13º | 0.68% | 0.92% | - |
| XYZ | 58.68 | 73.79 | 17.63 | - |
| YUV | 210.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 74 | 0.08 | 0 | 0.68 | 0.08 | 67.13 | 0.79 | 0.6 |
| Hex | D7 | EA | 4A | 8 | 0 | 44 | 8 | 43 | 4F | 3C |
| Octal | 327 | 352 | 112 | 10 | 0 | 104 | 10 | 103 | 117 | 74 |
| Binary | 11010111 | 11101010 | 1001010 | 1000 | 0 | 1000100 | 1000 | 1000011 | 1001111 | 111100 |
Color Harmonies of #D7EA4A
Complementary color
Monochromatic Colors of #D7EA4A
Black with #D7EA4A
Text Example
Text Example
White with #D7EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA4A; }
p { color: rgb(215,234,74); }
H1.HeaderClassName
{
color: #D7EA4A;
}
.AnyTagClassName
{
color: #D7EA4A;
}
</style>
background-color css
<style>
a { background-color: #D7EA4A; }
a { background-color: rgb(215,234,74); }
div.DivClassName
{
background-color: #D7EA4A;
}
.BgClassName
{
background-color: #D7EA4A;
}
</style>
border-color css
<style>
span { border-color: #D7EA4A; }
span { border-color: rgb(215,234,74); }
td.TdClassName
{
border-color: #D7EA4A;
}
.TagClassName
{
border-color: #D7EA4A;
}
</style>