Shades of Pear #D8FB2F
Tints of Pear #D8FB2F
RGB
CMYK
RGB Variations
Color information
#D8FB2F (or 0xD8FB2F) is known color: Pear. HEX triplet: D8, FB and 2F. RGB value is (216,251,47). Sum of RGB (Red+Green+Blue) = 216+251+47=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 47 (18.75% from 255 or 9.14% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FB2F is #2704D0. Grayscale: #DADADA. Windows color (decimal): -2557137 or 3144664. OLE color: 3144664.
HSL color Cylindrical-coordinate representation of color #D8FB2F: hue angle of 70.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8FB2F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 47 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.02 |
| HSL | 70.29º | 0.96% | 0.58% | - |
| HSV(B) | 70.29º | 0.81% | 0.98% | - |
| XYZ | 63.33 | 83.8 | 15.53 | - |
| YUV | 217.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 47 | 0.14 | 0 | 0.81 | 0.02 | 70.29 | 0.96 | 0.58 |
| Hex | D8 | FB | 2F | E | 0 | 51 | 2 | 46 | 60 | 3A |
| Octal | 330 | 373 | 57 | 16 | 0 | 121 | 2 | 106 | 140 | 72 |
| Binary | 11011000 | 11111011 | 101111 | 1110 | 0 | 1010001 | 10 | 1000110 | 1100000 | 111010 |
Color Harmonies of #D8FB2F
Complementary color
Monochromatic Colors of #D8FB2F
Black with #D8FB2F
Text Example
Text Example
White with #D8FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB2F; }
p { color: rgb(216,251,47); }
H1.HeaderClassName
{
color: #D8FB2F;
}
.AnyTagClassName
{
color: #D8FB2F;
}
</style>
background-color css
<style>
a { background-color: #D8FB2F; }
a { background-color: rgb(216,251,47); }
div.DivClassName
{
background-color: #D8FB2F;
}
.BgClassName
{
background-color: #D8FB2F;
}
</style>
border-color css
<style>
span { border-color: #D8FB2F; }
span { border-color: rgb(216,251,47); }
td.TdClassName
{
border-color: #D8FB2F;
}
.TagClassName
{
border-color: #D8FB2F;
}
</style>