Shades of Pear #D6F72F
Tints of Pear #D6F72F
RGB
CMYK
RGB Variations
Color information
#D6F72F (or 0xD6F72F) is known color: Pear. HEX triplet: D6, F7 and 2F. RGB value is (214,247,47). Sum of RGB (Red+Green+Blue) = 214+247+47=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F72F is #2908D0. Grayscale: #D7D7D7. Windows color (decimal): -2689233 or 3143638. OLE color: 3143638.
HSL color Cylindrical-coordinate representation of color #D6F72F: hue angle of 69.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6F72F is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 47 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.03 |
| HSL | 69.9º | 0.93% | 0.58% | - |
| HSV(B) | 69.9º | 0.81% | 0.97% | - |
| XYZ | 61.51 | 81.02 | 15.09 | - |
| YUV | 214.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 47 | 0.13 | 0 | 0.81 | 0.03 | 69.9 | 0.93 | 0.58 |
| Hex | D6 | F7 | 2F | D | 0 | 51 | 3 | 46 | 5D | 3A |
| Octal | 326 | 367 | 57 | 15 | 0 | 121 | 3 | 106 | 135 | 72 |
| Binary | 11010110 | 11110111 | 101111 | 1101 | 0 | 1010001 | 11 | 1000110 | 1011101 | 111010 |
Color Harmonies of #D6F72F
Complementary color
Monochromatic Colors of #D6F72F
Black with #D6F72F
Text Example
Text Example
White with #D6F72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F72F; }
p { color: rgb(214,247,47); }
H1.HeaderClassName
{
color: #D6F72F;
}
.AnyTagClassName
{
color: #D6F72F;
}
</style>
background-color css
<style>
a { background-color: #D6F72F; }
a { background-color: rgb(214,247,47); }
div.DivClassName
{
background-color: #D6F72F;
}
.BgClassName
{
background-color: #D6F72F;
}
</style>
border-color css
<style>
span { border-color: #D6F72F; }
span { border-color: rgb(214,247,47); }
td.TdClassName
{
border-color: #D6F72F;
}
.TagClassName
{
border-color: #D6F72F;
}
</style>