Shades of Pear #D6EE2D
Tints of Pear #D6EE2D
RGB
CMYK
RGB Variations
Color information
#D6EE2D (or 0xD6EE2D) is known color: Pear. HEX triplet: D6, EE and 2D. RGB value is (214,238,45). Sum of RGB (Red+Green+Blue) = 214+238+45=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE2D is #2911D2. Grayscale: #D1D1D1. Windows color (decimal): -2691539 or 3010262. OLE color: 3010262.
HSL color Cylindrical-coordinate representation of color #D6EE2D: hue angle of 67.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6EE2D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 238 | 45 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.07 |
| HSL | 67.46º | 0.85% | 0.55% | - |
| HSV(B) | 67.46º | 0.81% | 0.93% | - |
| XYZ | 58.78 | 75.63 | 13.98 | - |
| YUV | 208.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 238 | 45 | 0.10 | 0 | 0.81 | 0.07 | 67.46 | 0.85 | 0.55 |
| Hex | D6 | EE | 2D | A | 0 | 51 | 7 | 43 | 55 | 37 |
| Octal | 326 | 356 | 55 | 12 | 0 | 121 | 7 | 103 | 125 | 67 |
| Binary | 11010110 | 11101110 | 101101 | 1010 | 0 | 1010001 | 111 | 1000011 | 1010101 | 110111 |
Color Harmonies of #D6EE2D
Complementary color
Monochromatic Colors of #D6EE2D
Black with #D6EE2D
Text Example
Text Example
White with #D6EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EE2D; }
p { color: rgb(214,238,45); }
H1.HeaderClassName
{
color: #D6EE2D;
}
.AnyTagClassName
{
color: #D6EE2D;
}
</style>
background-color css
<style>
a { background-color: #D6EE2D; }
a { background-color: rgb(214,238,45); }
div.DivClassName
{
background-color: #D6EE2D;
}
.BgClassName
{
background-color: #D6EE2D;
}
</style>
border-color css
<style>
span { border-color: #D6EE2D; }
span { border-color: rgb(214,238,45); }
td.TdClassName
{
border-color: #D6EE2D;
}
.TagClassName
{
border-color: #D6EE2D;
}
</style>