Shades of Pear #D8F03E
Tints of Pear #D8F03E
RGB
CMYK
RGB Variations
Color information
#D8F03E (or 0xD8F03E) is known color: Pear. HEX triplet: D8, F0 and 3E. RGB value is (216,240,62). Sum of RGB (Red+Green+Blue) = 216+240+62=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F03E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F03E is #270FC1. Grayscale: #D5D5D5. Windows color (decimal): -2559938 or 4124888. OLE color: 4124888.
HSL color Cylindrical-coordinate representation of color #D8F03E: hue angle of 68.09º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8F03E is Cyan = 0.1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 240 | 62 | - |
| CMYK | 0.1 | 0 | 0.74 | 0.06 |
| HSL | 68.09º | 0.86% | 0.59% | - |
| HSV(B) | 68.09º | 0.74% | 0.94% | - |
| XYZ | 60.35 | 77.27 | 16.29 | - |
| YUV | 212.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 240 | 62 | 0.1 | 0 | 0.74 | 0.06 | 68.09 | 0.86 | 0.59 |
| Hex | D8 | F0 | 3E | A | 0 | 4A | 6 | 44 | 56 | 3B |
| Octal | 330 | 360 | 76 | 12 | 0 | 112 | 6 | 104 | 126 | 73 |
| Binary | 11011000 | 11110000 | 111110 | 1010 | 0 | 1001010 | 110 | 1000100 | 1010110 | 111011 |
Color Harmonies of #D8F03E
Complementary color
Monochromatic Colors of #D8F03E
Black with #D8F03E
Text Example
Text Example
White with #D8F03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F03E; }
p { color: rgb(216,240,62); }
H1.HeaderClassName
{
color: #D8F03E;
}
.AnyTagClassName
{
color: #D8F03E;
}
</style>
background-color css
<style>
a { background-color: #D8F03E; }
a { background-color: rgb(216,240,62); }
div.DivClassName
{
background-color: #D8F03E;
}
.BgClassName
{
background-color: #D8F03E;
}
</style>
border-color css
<style>
span { border-color: #D8F03E; }
span { border-color: rgb(216,240,62); }
td.TdClassName
{
border-color: #D8F03E;
}
.TagClassName
{
border-color: #D8F03E;
}
</style>