Shades of Pear #D8F43F
Tints of Pear #D8F43F
RGB
CMYK
RGB Variations
Color information
#D8F43F (or 0xD8F43F) is known color: Pear. HEX triplet: D8, F4 and 3F. RGB value is (216,244,63). Sum of RGB (Red+Green+Blue) = 216+244+63=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F43F is #270BC0. Grayscale: #D7D7D7. Windows color (decimal): -2558913 or 4191448. OLE color: 4191448.
HSL color Cylindrical-coordinate representation of color #D8F43F: hue angle of 69.28º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8F43F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 63 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.04 |
| HSL | 69.28º | 0.89% | 0.6% | - |
| HSV(B) | 69.28º | 0.74% | 0.96% | - |
| XYZ | 61.57 | 79.66 | 16.83 | - |
| YUV | 214.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 63 | 0.11 | 0 | 0.74 | 0.04 | 69.28 | 0.89 | 0.6 |
| Hex | D8 | F4 | 3F | B | 0 | 4A | 4 | 45 | 59 | 3C |
| Octal | 330 | 364 | 77 | 13 | 0 | 112 | 4 | 105 | 131 | 74 |
| Binary | 11011000 | 11110100 | 111111 | 1011 | 0 | 1001010 | 100 | 1000101 | 1011001 | 111100 |
Color Harmonies of #D8F43F
Complementary color
Monochromatic Colors of #D8F43F
Black with #D8F43F
Text Example
Text Example
White with #D8F43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F43F; }
p { color: rgb(216,244,63); }
H1.HeaderClassName
{
color: #D8F43F;
}
.AnyTagClassName
{
color: #D8F43F;
}
</style>
background-color css
<style>
a { background-color: #D8F43F; }
a { background-color: rgb(216,244,63); }
div.DivClassName
{
background-color: #D8F43F;
}
.BgClassName
{
background-color: #D8F43F;
}
</style>
border-color css
<style>
span { border-color: #D8F43F; }
span { border-color: rgb(216,244,63); }
td.TdClassName
{
border-color: #D8F43F;
}
.TagClassName
{
border-color: #D8F43F;
}
</style>