Shades of Pear #D6F21D
Tints of Pear #D6F21D
RGB
CMYK
RGB Variations
Color information
#D6F21D (or 0xD6F21D) is known color: Pear. HEX triplet: D6, F2 and 1D. RGB value is (214,242,29). Sum of RGB (Red+Green+Blue) = 214+242+29=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F21D is #290DE2. Grayscale: #D2D2D2. Windows color (decimal): -2690531 or 1962710. OLE color: 1962710.
HSL color Cylindrical-coordinate representation of color #D6F21D: hue angle of 67.89º degrees, saturation: 0.89, 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 #D6F21D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 242 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 67.89º | 0.89% | 0.53% | - |
| HSV(B) | 67.89º | 0.88% | 0.95% | - |
| XYZ | 59.71 | 77.89 | 13.05 | - |
| YUV | 209.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 242 | 29 | 0.12 | 0 | 0.88 | 0.05 | 67.89 | 0.89 | 0.53 |
| Hex | D6 | F2 | 1D | C | 0 | 58 | 5 | 44 | 59 | 35 |
| Octal | 326 | 362 | 35 | 14 | 0 | 130 | 5 | 104 | 131 | 65 |
| Binary | 11010110 | 11110010 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011001 | 110101 |
Color Harmonies of #D6F21D
Complementary color
Monochromatic Colors of #D6F21D
Black with #D6F21D
Text Example
Text Example
White with #D6F21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F21D; }
p { color: rgb(214,242,29); }
H1.HeaderClassName
{
color: #D6F21D;
}
.AnyTagClassName
{
color: #D6F21D;
}
</style>
background-color css
<style>
a { background-color: #D6F21D; }
a { background-color: rgb(214,242,29); }
div.DivClassName
{
background-color: #D6F21D;
}
.BgClassName
{
background-color: #D6F21D;
}
</style>
border-color css
<style>
span { border-color: #D6F21D; }
span { border-color: rgb(214,242,29); }
td.TdClassName
{
border-color: #D6F21D;
}
.TagClassName
{
border-color: #D6F21D;
}
</style>