Shades of Pear #D7EF2F
Tints of Pear #D7EF2F
RGB
CMYK
RGB Variations
Color information
#D7EF2F (or 0xD7EF2F) is known color: Pear. HEX triplet: D7, EF and 2F. RGB value is (215,239,47). Sum of RGB (Red+Green+Blue) = 215+239+47=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EF2F is #2810D0. Grayscale: #D2D2D2. Windows color (decimal): -2625745 or 3141591. OLE color: 3141591.
HSL color Cylindrical-coordinate representation of color #D7EF2F: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7EF2F is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 239 | 47 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.06 |
| HSL | 67.5º | 0.86% | 0.56% | - |
| HSV(B) | 67.5º | 0.8% | 0.94% | - |
| XYZ | 59.4 | 76.39 | 14.3 | - |
| YUV | 209.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 239 | 47 | 0.10 | 0 | 0.80 | 0.06 | 67.5 | 0.86 | 0.56 |
| Hex | D7 | EF | 2F | A | 0 | 50 | 6 | 44 | 56 | 38 |
| Octal | 327 | 357 | 57 | 12 | 0 | 120 | 6 | 104 | 126 | 70 |
| Binary | 11010111 | 11101111 | 101111 | 1010 | 0 | 1010000 | 110 | 1000100 | 1010110 | 111000 |
Color Harmonies of #D7EF2F
Complementary color
Monochromatic Colors of #D7EF2F
Black with #D7EF2F
Text Example
Text Example
White with #D7EF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EF2F; }
p { color: rgb(215,239,47); }
H1.HeaderClassName
{
color: #D7EF2F;
}
.AnyTagClassName
{
color: #D7EF2F;
}
</style>
background-color css
<style>
a { background-color: #D7EF2F; }
a { background-color: rgb(215,239,47); }
div.DivClassName
{
background-color: #D7EF2F;
}
.BgClassName
{
background-color: #D7EF2F;
}
</style>
border-color css
<style>
span { border-color: #D7EF2F; }
span { border-color: rgb(215,239,47); }
td.TdClassName
{
border-color: #D7EF2F;
}
.TagClassName
{
border-color: #D7EF2F;
}
</style>