Shades of Pear #D8F43D
Tints of Pear #D8F43D
RGB
CMYK
RGB Variations
Color information
#D8F43D (or 0xD8F43D) is known color: Pear. HEX triplet: D8, F4 and 3D. RGB value is (216,244,61). Sum of RGB (Red+Green+Blue) = 216+244+61=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F43D is #270BC2. Grayscale: #D7D7D7. Windows color (decimal): -2558915 or 4060376. OLE color: 4060376.
HSL color Cylindrical-coordinate representation of color #D8F43D: hue angle of 69.18º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8F43D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.04 |
| HSL | 69.18º | 0.89% | 0.6% | - |
| HSV(B) | 69.18º | 0.75% | 0.96% | - |
| XYZ | 61.51 | 79.64 | 16.54 | - |
| YUV | 214.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 61 | 0.11 | 0 | 0.75 | 0.04 | 69.18 | 0.89 | 0.6 |
| Hex | D8 | F4 | 3D | B | 0 | 4B | 4 | 45 | 59 | 3C |
| Octal | 330 | 364 | 75 | 13 | 0 | 113 | 4 | 105 | 131 | 74 |
| Binary | 11011000 | 11110100 | 111101 | 1011 | 0 | 1001011 | 100 | 1000101 | 1011001 | 111100 |
Color Harmonies of #D8F43D
Complementary color
Monochromatic Colors of #D8F43D
Black with #D8F43D
Text Example
Text Example
White with #D8F43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F43D; }
p { color: rgb(216,244,61); }
H1.HeaderClassName
{
color: #D8F43D;
}
.AnyTagClassName
{
color: #D8F43D;
}
</style>
background-color css
<style>
a { background-color: #D8F43D; }
a { background-color: rgb(216,244,61); }
div.DivClassName
{
background-color: #D8F43D;
}
.BgClassName
{
background-color: #D8F43D;
}
</style>
border-color css
<style>
span { border-color: #D8F43D; }
span { border-color: rgb(216,244,61); }
td.TdClassName
{
border-color: #D8F43D;
}
.TagClassName
{
border-color: #D8F43D;
}
</style>