Shades of Pear #D8F426
Tints of Pear #D8F426
RGB
CMYK
RGB Variations
Color information
#D8F426 (or 0xD8F426) is known color: Pear. HEX triplet: D8, F4 and 26. RGB value is (216,244,38). Sum of RGB (Red+Green+Blue) = 216+244+38=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F426 is #270BD9. Grayscale: #D4D4D4. Windows color (decimal): -2558938 or 2553048. OLE color: 2553048.
HSL color Cylindrical-coordinate representation of color #D8F426: hue angle of 68.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8F426 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.04 |
| HSL | 68.16º | 0.9% | 0.55% | - |
| HSV(B) | 68.16º | 0.84% | 0.96% | - |
| XYZ | 61.02 | 79.44 | 13.95 | - |
| YUV | 212.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 38 | 0.11 | 0 | 0.84 | 0.04 | 68.16 | 0.9 | 0.55 |
| Hex | D8 | F4 | 26 | B | 0 | 54 | 4 | 44 | 5A | 37 |
| Octal | 330 | 364 | 46 | 13 | 0 | 124 | 4 | 104 | 132 | 67 |
| Binary | 11011000 | 11110100 | 100110 | 1011 | 0 | 1010100 | 100 | 1000100 | 1011010 | 110111 |
Color Harmonies of #D8F426
Complementary color
Monochromatic Colors of #D8F426
Black with #D8F426
Text Example
Text Example
White with #D8F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F426; }
p { color: rgb(216,244,38); }
H1.HeaderClassName
{
color: #D8F426;
}
.AnyTagClassName
{
color: #D8F426;
}
</style>
background-color css
<style>
a { background-color: #D8F426; }
a { background-color: rgb(216,244,38); }
div.DivClassName
{
background-color: #D8F426;
}
.BgClassName
{
background-color: #D8F426;
}
</style>
border-color css
<style>
span { border-color: #D8F426; }
span { border-color: rgb(216,244,38); }
td.TdClassName
{
border-color: #D8F426;
}
.TagClassName
{
border-color: #D8F426;
}
</style>