Shades of Pear #D6F21A
Tints of Pear #D6F21A
RGB
CMYK
RGB Variations
Color information
#D6F21A (or 0xD6F21A) is known color: Pear. HEX triplet: D6, F2 and 1A. RGB value is (214,242,26). Sum of RGB (Red+Green+Blue) = 214+242+26=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 26 (10.55% from 255 or 5.39% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F21A is #290DE5. Grayscale: #D1D1D1. Windows color (decimal): -2690534 or 1766102. OLE color: 1766102.
HSL color Cylindrical-coordinate representation of color #D6F21A: hue angle of 67.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6F21A is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 26 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.05 |
| HSL | 67.78º | 0.89% | 0.53% | - |
| HSV(B) | 67.78º | 0.89% | 0.95% | - |
| XYZ | 59.67 | 77.87 | 12.86 | - |
| YUV | 209 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 26 | 0.12 | 0 | 0.89 | 0.05 | 67.78 | 0.89 | 0.53 |
| Hex | D6 | F2 | 1A | C | 0 | 59 | 5 | 44 | 59 | 35 |
| Octal | 326 | 362 | 32 | 14 | 0 | 131 | 5 | 104 | 131 | 65 |
| Binary | 11010110 | 11110010 | 11010 | 1100 | 0 | 1011001 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D6F21A
Complementary color
Monochromatic Colors of #D6F21A
Black with #D6F21A
Text Example
Text Example
White with #D6F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F21A; }
p { color: rgb(214,242,26); }
H1.HeaderClassName
{
color: #D6F21A;
}
.AnyTagClassName
{
color: #D6F21A;
}
</style>
background-color css
<style>
a { background-color: #D6F21A; }
a { background-color: rgb(214,242,26); }
div.DivClassName
{
background-color: #D6F21A;
}
.BgClassName
{
background-color: #D6F21A;
}
</style>
border-color css
<style>
span { border-color: #D6F21A; }
span { border-color: rgb(214,242,26); }
td.TdClassName
{
border-color: #D6F21A;
}
.TagClassName
{
border-color: #D6F21A;
}
</style>