Shades of Pear #D6F72C
Tints of Pear #D6F72C
RGB
CMYK
RGB Variations
Color information
#D6F72C (or 0xD6F72C) is known color: Pear. HEX triplet: D6, F7 and 2C. RGB value is (214,247,44). Sum of RGB (Red+Green+Blue) = 214+247+44=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 44 (17.58% from 255 or 8.71% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F72C is #2908D3. Grayscale: #D6D6D6. Windows color (decimal): -2689236 or 2947030. OLE color: 2947030.
HSL color Cylindrical-coordinate representation of color #D6F72C: hue angle of 69.75º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D6F72C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.03 |
| HSL | 69.75º | 0.93% | 0.57% | - |
| HSV(B) | 69.75º | 0.82% | 0.97% | - |
| XYZ | 61.45 | 81 | 14.78 | - |
| YUV | 213.99 | 32.07 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 44 | 0.13 | 0 | 0.82 | 0.03 | 69.75 | 0.93 | 0.57 |
| Hex | D6 | F7 | 2C | D | 0 | 52 | 3 | 46 | 5D | 39 |
| Octal | 326 | 367 | 54 | 15 | 0 | 122 | 3 | 106 | 135 | 71 |
| Binary | 11010110 | 11110111 | 101100 | 1101 | 0 | 1010010 | 11 | 1000110 | 1011101 | 111001 |
Color Harmonies of #D6F72C
Complementary color
Monochromatic Colors of #D6F72C
Black with #D6F72C
Text Example
Text Example
White with #D6F72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F72C; }
p { color: rgb(214,247,44); }
H1.HeaderClassName
{
color: #D6F72C;
}
.AnyTagClassName
{
color: #D6F72C;
}
</style>
background-color css
<style>
a { background-color: #D6F72C; }
a { background-color: rgb(214,247,44); }
div.DivClassName
{
background-color: #D6F72C;
}
.BgClassName
{
background-color: #D6F72C;
}
</style>
border-color css
<style>
span { border-color: #D6F72C; }
span { border-color: rgb(214,247,44); }
td.TdClassName
{
border-color: #D6F72C;
}
.TagClassName
{
border-color: #D6F72C;
}
</style>