Shades of Pear #D7EE28
Tints of Pear #D7EE28
RGB
CMYK
RGB Variations
Color information
#D7EE28 (or 0xD7EE28) is known color: Pear. HEX triplet: D7, EE and 28. RGB value is (215,238,40). Sum of RGB (Red+Green+Blue) = 215+238+40=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #D7EE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EE28 is #2811D7. Grayscale: #D1D1D1. Windows color (decimal): -2626008 or 2682583. OLE color: 2682583.
HSL color Cylindrical-coordinate representation of color #D7EE28: hue angle of 66.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D7EE28 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 238 | 40 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.07 |
| HSL | 66.97º | 0.85% | 0.55% | - |
| HSV(B) | 66.97º | 0.83% | 0.93% | - |
| XYZ | 58.98 | 75.75 | 13.52 | - |
| YUV | 208.55 | 32.88 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 238 | 40 | 0.10 | 0 | 0.83 | 0.07 | 66.97 | 0.85 | 0.55 |
| Hex | D7 | EE | 28 | A | 0 | 53 | 7 | 43 | 55 | 37 |
| Octal | 327 | 356 | 50 | 12 | 0 | 123 | 7 | 103 | 125 | 67 |
| Binary | 11010111 | 11101110 | 101000 | 1010 | 0 | 1010011 | 111 | 1000011 | 1010101 | 110111 |
Color Harmonies of #D7EE28
Complementary color
Monochromatic Colors of #D7EE28
Black with #D7EE28
Text Example
Text Example
White with #D7EE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EE28; }
p { color: rgb(215,238,40); }
H1.HeaderClassName
{
color: #D7EE28;
}
.AnyTagClassName
{
color: #D7EE28;
}
</style>
background-color css
<style>
a { background-color: #D7EE28; }
a { background-color: rgb(215,238,40); }
div.DivClassName
{
background-color: #D7EE28;
}
.BgClassName
{
background-color: #D7EE28;
}
</style>
border-color css
<style>
span { border-color: #D7EE28; }
span { border-color: rgb(215,238,40); }
td.TdClassName
{
border-color: #D7EE28;
}
.TagClassName
{
border-color: #D7EE28;
}
</style>