Shades of Pear #D6EE47
Tints of Pear #D6EE47
RGB
CMYK
RGB Variations
Color information
#D6EE47 (or 0xD6EE47) is known color: Pear. HEX triplet: D6, EE and 47. RGB value is (214,238,71). Sum of RGB (Red+Green+Blue) = 214+238+71=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE47 is #2911B8. Grayscale: #D4D4D4. Windows color (decimal): -2691513 or 4714198. OLE color: 4714198.
HSL color Cylindrical-coordinate representation of color #D6EE47: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6EE47 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 71 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.07 |
| HSL | 68.62º | 0.83% | 0.61% | - |
| HSV(B) | 68.62º | 0.7% | 0.93% | - |
| XYZ | 59.44 | 75.9 | 17.48 | - |
| YUV | 211.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 71 | 0.10 | 0 | 0.70 | 0.07 | 68.62 | 0.83 | 0.61 |
| Hex | D6 | EE | 47 | A | 0 | 46 | 7 | 45 | 53 | 3D |
| Octal | 326 | 356 | 107 | 12 | 0 | 106 | 7 | 105 | 123 | 75 |
| Binary | 11010110 | 11101110 | 1000111 | 1010 | 0 | 1000110 | 111 | 1000101 | 1010011 | 111101 |
Color Harmonies of #D6EE47
Complementary color
Monochromatic Colors of #D6EE47
Black with #D6EE47
Text Example
Text Example
White with #D6EE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE47; }
p { color: rgb(214,238,71); }
H1.HeaderClassName
{
color: #D6EE47;
}
.AnyTagClassName
{
color: #D6EE47;
}
</style>
background-color css
<style>
a { background-color: #D6EE47; }
a { background-color: rgb(214,238,71); }
div.DivClassName
{
background-color: #D6EE47;
}
.BgClassName
{
background-color: #D6EE47;
}
</style>
border-color css
<style>
span { border-color: #D6EE47; }
span { border-color: rgb(214,238,71); }
td.TdClassName
{
border-color: #D6EE47;
}
.TagClassName
{
border-color: #D6EE47;
}
</style>