Shades of Pear #D7EA19
Tints of Pear #D7EA19
RGB
CMYK
RGB Variations
Color information
#D7EA19 (or 0xD7EA19) is known color: Pear. HEX triplet: D7, EA and 19. RGB value is (215,234,25). Sum of RGB (Red+Green+Blue) = 215+234+25=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 25 (10.16% from 255 or 5.27% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7EA19 is #2815E6. Grayscale: #CDCDCD. Windows color (decimal): -2627047 or 1698519. OLE color: 1698519.
HSL color Cylindrical-coordinate representation of color #D7EA19: hue angle of 65.45º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7EA19 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 25 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.08 |
| HSL | 65.45º | 0.83% | 0.51% | - |
| HSV(B) | 65.45º | 0.89% | 0.92% | - |
| XYZ | 57.62 | 73.36 | 12.04 | - |
| YUV | 204.49 | 26.71 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 25 | 0.08 | 0 | 0.89 | 0.08 | 65.45 | 0.83 | 0.51 |
| Hex | D7 | EA | 19 | 8 | 0 | 59 | 8 | 41 | 53 | 33 |
| Octal | 327 | 352 | 31 | 10 | 0 | 131 | 10 | 101 | 123 | 63 |
| Binary | 11010111 | 11101010 | 11001 | 1000 | 0 | 1011001 | 1000 | 1000001 | 1010011 | 110011 |
Color Harmonies of #D7EA19
Complementary color
Monochromatic Colors of #D7EA19
Black with #D7EA19
Text Example
Text Example
White with #D7EA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA19; }
p { color: rgb(215,234,25); }
H1.HeaderClassName
{
color: #D7EA19;
}
.AnyTagClassName
{
color: #D7EA19;
}
</style>
background-color css
<style>
a { background-color: #D7EA19; }
a { background-color: rgb(215,234,25); }
div.DivClassName
{
background-color: #D7EA19;
}
.BgClassName
{
background-color: #D7EA19;
}
</style>
border-color css
<style>
span { border-color: #D7EA19; }
span { border-color: rgb(215,234,25); }
td.TdClassName
{
border-color: #D7EA19;
}
.TagClassName
{
border-color: #D7EA19;
}
</style>