Shades of Pear #D8FB4B
Tints of Pear #D8FB4B
RGB
CMYK
RGB Variations
Color information
#D8FB4B (or 0xD8FB4B) is known color: Pear. HEX triplet: D8, FB and 4B. RGB value is (216,251,75). Sum of RGB (Red+Green+Blue) = 216+251+75=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 75 (29.69% from 255 or 13.84% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FB4B is #2704B4. Grayscale: #DDDDDD. Windows color (decimal): -2557109 or 4979672. OLE color: 4979672.
HSL color Cylindrical-coordinate representation of color #D8FB4B: hue angle of 71.93º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8FB4B is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 251 | 75 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.02 |
| HSL | 71.93º | 0.96% | 0.64% | - |
| HSV(B) | 71.93º | 0.7% | 0.98% | - |
| XYZ | 64.09 | 84.1 | 19.51 | - |
| YUV | 220.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 251 | 75 | 0.14 | 0 | 0.70 | 0.02 | 71.93 | 0.96 | 0.64 |
| Hex | D8 | FB | 4B | E | 0 | 46 | 2 | 48 | 60 | 40 |
| Octal | 330 | 373 | 113 | 16 | 0 | 106 | 2 | 110 | 140 | 100 |
| Binary | 11011000 | 11111011 | 1001011 | 1110 | 0 | 1000110 | 10 | 1001000 | 1100000 | 1000000 |
Color Harmonies of #D8FB4B
Complementary color
Monochromatic Colors of #D8FB4B
Black with #D8FB4B
Text Example
Text Example
White with #D8FB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FB4B; }
p { color: rgb(216,251,75); }
H1.HeaderClassName
{
color: #D8FB4B;
}
.AnyTagClassName
{
color: #D8FB4B;
}
</style>
background-color css
<style>
a { background-color: #D8FB4B; }
a { background-color: rgb(216,251,75); }
div.DivClassName
{
background-color: #D8FB4B;
}
.BgClassName
{
background-color: #D8FB4B;
}
</style>
border-color css
<style>
span { border-color: #D8FB4B; }
span { border-color: rgb(216,251,75); }
td.TdClassName
{
border-color: #D8FB4B;
}
.TagClassName
{
border-color: #D8FB4B;
}
</style>