Shades of Pear #D6F31D
Tints of Pear #D6F31D
RGB
CMYK
RGB Variations
Color information
#D6F31D (or 0xD6F31D) is known color: Pear. HEX triplet: D6, F3 and 1D. RGB value is (214,243,29). Sum of RGB (Red+Green+Blue) = 214+243+29=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F31D is #290CE2. Grayscale: #D2D2D2. Windows color (decimal): -2690275 or 1962966. OLE color: 1962966.
HSL color Cylindrical-coordinate representation of color #D6F31D: hue angle of 68.13º degrees, saturation: 0.9, 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 #D6F31D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 243 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 68.13º | 0.9% | 0.53% | - |
| HSV(B) | 68.13º | 0.88% | 0.95% | - |
| XYZ | 60 | 78.49 | 13.15 | - |
| YUV | 209.93 | 25.89 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 243 | 29 | 0.12 | 0 | 0.88 | 0.05 | 68.13 | 0.9 | 0.53 |
| Hex | D6 | F3 | 1D | C | 0 | 58 | 5 | 44 | 5A | 35 |
| Octal | 326 | 363 | 35 | 14 | 0 | 130 | 5 | 104 | 132 | 65 |
| Binary | 11010110 | 11110011 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011010 | 110101 |
Color Harmonies of #D6F31D
Complementary color
Monochromatic Colors of #D6F31D
Black with #D6F31D
Text Example
Text Example
White with #D6F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F31D; }
p { color: rgb(214,243,29); }
H1.HeaderClassName
{
color: #D6F31D;
}
.AnyTagClassName
{
color: #D6F31D;
}
</style>
background-color css
<style>
a { background-color: #D6F31D; }
a { background-color: rgb(214,243,29); }
div.DivClassName
{
background-color: #D6F31D;
}
.BgClassName
{
background-color: #D6F31D;
}
</style>
border-color css
<style>
span { border-color: #D6F31D; }
span { border-color: rgb(214,243,29); }
td.TdClassName
{
border-color: #D6F31D;
}
.TagClassName
{
border-color: #D6F31D;
}
</style>