Shades of Pear #D7ED17
Tints of Pear #D7ED17
RGB
CMYK
RGB Variations
Color information
#D7ED17 (or 0xD7ED17) is known color: Pear. HEX triplet: D7, ED and 17. RGB value is (215,237,23). Sum of RGB (Red+Green+Blue) = 215+237+23=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 23 (9.38% from 255 or 4.84% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D7ED17 is #2812E8. Grayscale: #CECECE. Windows color (decimal): -2626281 or 1568215. OLE color: 1568215.
HSL color Cylindrical-coordinate representation of color #D7ED17: hue angle of 66.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7ED17 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 237 | 23 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.07 |
| HSL | 66.17º | 0.86% | 0.51% | - |
| HSV(B) | 66.17º | 0.9% | 0.93% | - |
| XYZ | 58.46 | 75.08 | 12.22 | - |
| YUV | 206.03 | 24.71 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 237 | 23 | 0.09 | 0 | 0.90 | 0.07 | 66.17 | 0.86 | 0.51 |
| Hex | D7 | ED | 17 | 9 | 0 | 5A | 7 | 42 | 56 | 33 |
| Octal | 327 | 355 | 27 | 11 | 0 | 132 | 7 | 102 | 126 | 63 |
| Binary | 11010111 | 11101101 | 10111 | 1001 | 0 | 1011010 | 111 | 1000010 | 1010110 | 110011 |
Color Harmonies of #D7ED17
Complementary color
Monochromatic Colors of #D7ED17
Black with #D7ED17
Text Example
Text Example
White with #D7ED17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ED17; }
p { color: rgb(215,237,23); }
H1.HeaderClassName
{
color: #D7ED17;
}
.AnyTagClassName
{
color: #D7ED17;
}
</style>
background-color css
<style>
a { background-color: #D7ED17; }
a { background-color: rgb(215,237,23); }
div.DivClassName
{
background-color: #D7ED17;
}
.BgClassName
{
background-color: #D7ED17;
}
</style>
border-color css
<style>
span { border-color: #D7ED17; }
span { border-color: rgb(215,237,23); }
td.TdClassName
{
border-color: #D7ED17;
}
.TagClassName
{
border-color: #D7ED17;
}
</style>