Shades of Pear #D6E71A
Tints of Pear #D6E71A
RGB
CMYK
RGB Variations
Color information
#D6E71A (or 0xD6E71A) is known color: Pear. HEX triplet: D6, E7 and 1A. RGB value is (214,231,26). Sum of RGB (Red+Green+Blue) = 214+231+26=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E71A is #2918E5. Grayscale: #CBCBCB. Windows color (decimal): -2693350 or 1763286. OLE color: 1763286.
HSL color Cylindrical-coordinate representation of color #D6E71A: hue angle of 64.98º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6E71A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 26 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.09 |
| HSL | 64.98º | 0.81% | 0.5% | - |
| HSV(B) | 64.98º | 0.89% | 0.91% | - |
| XYZ | 56.49 | 71.52 | 11.8 | - |
| YUV | 202.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 26 | 0.07 | 0 | 0.89 | 0.09 | 64.98 | 0.81 | 0.5 |
| Hex | D6 | E7 | 1A | 7 | 0 | 59 | 9 | 41 | 51 | 32 |
| Octal | 326 | 347 | 32 | 7 | 0 | 131 | 11 | 101 | 121 | 62 |
| Binary | 11010110 | 11100111 | 11010 | 111 | 0 | 1011001 | 1001 | 1000001 | 1010001 | 110010 |
Color Harmonies of #D6E71A
Complementary color
Monochromatic Colors of #D6E71A
Black with #D6E71A
Text Example
Text Example
White with #D6E71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E71A; }
p { color: rgb(214,231,26); }
H1.HeaderClassName
{
color: #D6E71A;
}
.AnyTagClassName
{
color: #D6E71A;
}
</style>
background-color css
<style>
a { background-color: #D6E71A; }
a { background-color: rgb(214,231,26); }
div.DivClassName
{
background-color: #D6E71A;
}
.BgClassName
{
background-color: #D6E71A;
}
</style>
border-color css
<style>
span { border-color: #D6E71A; }
span { border-color: rgb(214,231,26); }
td.TdClassName
{
border-color: #D6E71A;
}
.TagClassName
{
border-color: #D6E71A;
}
</style>