Shades of Pear #D8F03A
Tints of Pear #D8F03A
RGB
CMYK
RGB Variations
Color information
#D8F03A (or 0xD8F03A) is known color: Pear. HEX triplet: D8, F0 and 3A. RGB value is (216,240,58). Sum of RGB (Red+Green+Blue) = 216+240+58=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F03A is #270FC5. Grayscale: #D4D4D4. Windows color (decimal): -2559942 or 3862744. OLE color: 3862744.
HSL color Cylindrical-coordinate representation of color #D8F03A: hue angle of 67.91º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8F03A is Cyan = 0.1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 58 | - |
| CMYK | 0.1 | 0 | 0.76 | 0.06 |
| HSL | 67.91º | 0.86% | 0.58% | - |
| HSV(B) | 67.91º | 0.76% | 0.94% | - |
| XYZ | 60.24 | 77.22 | 15.73 | - |
| YUV | 212.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 58 | 0.1 | 0 | 0.76 | 0.06 | 67.91 | 0.86 | 0.58 |
| Hex | D8 | F0 | 3A | A | 0 | 4C | 6 | 44 | 56 | 3A |
| Octal | 330 | 360 | 72 | 12 | 0 | 114 | 6 | 104 | 126 | 72 |
| Binary | 11011000 | 11110000 | 111010 | 1010 | 0 | 1001100 | 110 | 1000100 | 1010110 | 111010 |
Color Harmonies of #D8F03A
Complementary color
Monochromatic Colors of #D8F03A
Black with #D8F03A
Text Example
Text Example
White with #D8F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F03A; }
p { color: rgb(216,240,58); }
H1.HeaderClassName
{
color: #D8F03A;
}
.AnyTagClassName
{
color: #D8F03A;
}
</style>
background-color css
<style>
a { background-color: #D8F03A; }
a { background-color: rgb(216,240,58); }
div.DivClassName
{
background-color: #D8F03A;
}
.BgClassName
{
background-color: #D8F03A;
}
</style>
border-color css
<style>
span { border-color: #D8F03A; }
span { border-color: rgb(216,240,58); }
td.TdClassName
{
border-color: #D8F03A;
}
.TagClassName
{
border-color: #D8F03A;
}
</style>