Shades of Pear #D6E81A
Tints of Pear #D6E81A
RGB
CMYK
RGB Variations
Color information
#D6E81A (or 0xD6E81A) is known color: Pear. HEX triplet: D6, E8 and 1A. RGB value is (214,232,26). Sum of RGB (Red+Green+Blue) = 214+232+26=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E81A is #2917E5. Grayscale: #CBCBCB. Windows color (decimal): -2693094 or 1763542. OLE color: 1763542.
HSL color Cylindrical-coordinate representation of color #D6E81A: hue angle of 65.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6E81A is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 26 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.09 |
| HSL | 65.24º | 0.82% | 0.51% | - |
| HSV(B) | 65.24º | 0.89% | 0.91% | - |
| XYZ | 56.77 | 72.08 | 11.9 | - |
| YUV | 203.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 26 | 0.08 | 0 | 0.89 | 0.09 | 65.24 | 0.82 | 0.51 |
| Hex | D6 | E8 | 1A | 8 | 0 | 59 | 9 | 41 | 52 | 33 |
| Octal | 326 | 350 | 32 | 10 | 0 | 131 | 11 | 101 | 122 | 63 |
| Binary | 11010110 | 11101000 | 11010 | 1000 | 0 | 1011001 | 1001 | 1000001 | 1010010 | 110011 |
Color Harmonies of #D6E81A
Complementary color
Monochromatic Colors of #D6E81A
Black with #D6E81A
Text Example
Text Example
White with #D6E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E81A; }
p { color: rgb(214,232,26); }
H1.HeaderClassName
{
color: #D6E81A;
}
.AnyTagClassName
{
color: #D6E81A;
}
</style>
background-color css
<style>
a { background-color: #D6E81A; }
a { background-color: rgb(214,232,26); }
div.DivClassName
{
background-color: #D6E81A;
}
.BgClassName
{
background-color: #D6E81A;
}
</style>
border-color css
<style>
span { border-color: #D6E81A; }
span { border-color: rgb(214,232,26); }
td.TdClassName
{
border-color: #D6E81A;
}
.TagClassName
{
border-color: #D6E81A;
}
</style>