Shades of Pear #D6E81D
Tints of Pear #D6E81D
RGB
CMYK
RGB Variations
Color information
#D6E81D (or 0xD6E81D) is known color: Pear. HEX triplet: D6, E8 and 1D. RGB value is (214,232,29). Sum of RGB (Red+Green+Blue) = 214+232+29=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 29 (11.72% from 255 or 6.11% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E81D is #2917E2. Grayscale: #CCCCCC. Windows color (decimal): -2693091 or 1960150. OLE color: 1960150.
HSL color Cylindrical-coordinate representation of color #D6E81D: hue angle of 65.32º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6E81D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.09 |
| HSL | 65.32º | 0.82% | 0.51% | - |
| HSV(B) | 65.32º | 0.88% | 0.91% | - |
| XYZ | 56.81 | 72.1 | 12.08 | - |
| YUV | 203.48 | 29.54 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 29 | 0.08 | 0 | 0.88 | 0.09 | 65.32 | 0.82 | 0.51 |
| Hex | D6 | E8 | 1D | 8 | 0 | 58 | 9 | 41 | 52 | 33 |
| Octal | 326 | 350 | 35 | 10 | 0 | 130 | 11 | 101 | 122 | 63 |
| Binary | 11010110 | 11101000 | 11101 | 1000 | 0 | 1011000 | 1001 | 1000001 | 1010010 | 110011 |
Color Harmonies of #D6E81D
Complementary color
Monochromatic Colors of #D6E81D
Black with #D6E81D
Text Example
Text Example
White with #D6E81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E81D; }
p { color: rgb(214,232,29); }
H1.HeaderClassName
{
color: #D6E81D;
}
.AnyTagClassName
{
color: #D6E81D;
}
</style>
background-color css
<style>
a { background-color: #D6E81D; }
a { background-color: rgb(214,232,29); }
div.DivClassName
{
background-color: #D6E81D;
}
.BgClassName
{
background-color: #D6E81D;
}
</style>
border-color css
<style>
span { border-color: #D6E81D; }
span { border-color: rgb(214,232,29); }
td.TdClassName
{
border-color: #D6E81D;
}
.TagClassName
{
border-color: #D6E81D;
}
</style>