Shades of Pear #D6F11D
Tints of Pear #D6F11D
RGB
CMYK
RGB Variations
Color information
#D6F11D (or 0xD6F11D) is known color: Pear. HEX triplet: D6, F1 and 1D. RGB value is (214,241,29). Sum of RGB (Red+Green+Blue) = 214+241+29=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F11D is #290EE2. Grayscale: #D1D1D1. Windows color (decimal): -2690787 or 1962454. OLE color: 1962454.
HSL color Cylindrical-coordinate representation of color #D6F11D: hue angle of 67.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6F11D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.05 |
| HSL | 67.64º | 0.88% | 0.53% | - |
| HSV(B) | 67.64º | 0.88% | 0.95% | - |
| XYZ | 59.41 | 77.3 | 12.95 | - |
| YUV | 208.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 29 | 0.11 | 0 | 0.88 | 0.05 | 67.64 | 0.88 | 0.53 |
| Hex | D6 | F1 | 1D | B | 0 | 58 | 5 | 44 | 58 | 35 |
| Octal | 326 | 361 | 35 | 13 | 0 | 130 | 5 | 104 | 130 | 65 |
| Binary | 11010110 | 11110001 | 11101 | 1011 | 0 | 1011000 | 101 | 1000100 | 1011000 | 110101 |
Color Harmonies of #D6F11D
Complementary color
Monochromatic Colors of #D6F11D
Black with #D6F11D
Text Example
Text Example
White with #D6F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F11D; }
p { color: rgb(214,241,29); }
H1.HeaderClassName
{
color: #D6F11D;
}
.AnyTagClassName
{
color: #D6F11D;
}
</style>
background-color css
<style>
a { background-color: #D6F11D; }
a { background-color: rgb(214,241,29); }
div.DivClassName
{
background-color: #D6F11D;
}
.BgClassName
{
background-color: #D6F11D;
}
</style>
border-color css
<style>
span { border-color: #D6F11D; }
span { border-color: rgb(214,241,29); }
td.TdClassName
{
border-color: #D6F11D;
}
.TagClassName
{
border-color: #D6F11D;
}
</style>