Shades of Pear #D8F61F
Tints of Pear #D8F61F
RGB
CMYK
RGB Variations
Color information
#D8F61F (or 0xD8F61F) is known color: Pear. HEX triplet: D8, F6 and 1F. RGB value is (216,246,31). Sum of RGB (Red+Green+Blue) = 216+246+31=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F61F is #2709E0. Grayscale: #D5D5D5. Windows color (decimal): -2558433 or 2094808. OLE color: 2094808.
HSL color Cylindrical-coordinate representation of color #D8F61F: hue angle of 68.37º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8F61F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.04 |
| HSL | 68.37º | 0.92% | 0.54% | - |
| HSV(B) | 68.37º | 0.87% | 0.96% | - |
| XYZ | 61.52 | 80.61 | 13.61 | - |
| YUV | 212.52 | 25.56 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 31 | 0.12 | 0 | 0.87 | 0.04 | 68.37 | 0.92 | 0.54 |
| Hex | D8 | F6 | 1F | C | 0 | 57 | 4 | 44 | 5C | 36 |
| Octal | 330 | 366 | 37 | 14 | 0 | 127 | 4 | 104 | 134 | 66 |
| Binary | 11011000 | 11110110 | 11111 | 1100 | 0 | 1010111 | 100 | 1000100 | 1011100 | 110110 |
Color Harmonies of #D8F61F
Complementary color
Monochromatic Colors of #D8F61F
Black with #D8F61F
Text Example
Text Example
White with #D8F61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F61F; }
p { color: rgb(216,246,31); }
H1.HeaderClassName
{
color: #D8F61F;
}
.AnyTagClassName
{
color: #D8F61F;
}
</style>
background-color css
<style>
a { background-color: #D8F61F; }
a { background-color: rgb(216,246,31); }
div.DivClassName
{
background-color: #D8F61F;
}
.BgClassName
{
background-color: #D8F61F;
}
</style>
border-color css
<style>
span { border-color: #D8F61F; }
span { border-color: rgb(216,246,31); }
td.TdClassName
{
border-color: #D8F61F;
}
.TagClassName
{
border-color: #D8F61F;
}
</style>