Shades of Pear #D8F41F
Tints of Pear #D8F41F
RGB
CMYK
RGB Variations
Color information
#D8F41F (or 0xD8F41F) is known color: Pear. HEX triplet: D8, F4 and 1F. RGB value is (216,244,31). Sum of RGB (Red+Green+Blue) = 216+244+31=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 244 (95.70% from 255 or 49.69% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F41F is #270BE0. Grayscale: #D4D4D4. Windows color (decimal): -2558945 or 2094296. OLE color: 2094296.
HSL color Cylindrical-coordinate representation of color #D8F41F: hue angle of 67.89º degrees, saturation: 0.91, 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 #D8F41F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.89º | 0.91% | 0.54% | - |
| HSV(B) | 67.89º | 0.87% | 0.96% | - |
| XYZ | 60.92 | 79.4 | 13.41 | - |
| YUV | 211.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 31 | 0.11 | 0 | 0.87 | 0.04 | 67.89 | 0.91 | 0.54 |
| Hex | D8 | F4 | 1F | B | 0 | 57 | 4 | 44 | 5B | 36 |
| Octal | 330 | 364 | 37 | 13 | 0 | 127 | 4 | 104 | 133 | 66 |
| Binary | 11011000 | 11110100 | 11111 | 1011 | 0 | 1010111 | 100 | 1000100 | 1011011 | 110110 |
Color Harmonies of #D8F41F
Complementary color
Monochromatic Colors of #D8F41F
Black with #D8F41F
Text Example
Text Example
White with #D8F41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F41F; }
p { color: rgb(216,244,31); }
H1.HeaderClassName
{
color: #D8F41F;
}
.AnyTagClassName
{
color: #D8F41F;
}
</style>
background-color css
<style>
a { background-color: #D8F41F; }
a { background-color: rgb(216,244,31); }
div.DivClassName
{
background-color: #D8F41F;
}
.BgClassName
{
background-color: #D8F41F;
}
</style>
border-color css
<style>
span { border-color: #D8F41F; }
span { border-color: rgb(216,244,31); }
td.TdClassName
{
border-color: #D8F41F;
}
.TagClassName
{
border-color: #D8F41F;
}
</style>