Shades of Pear #D8F63D
Tints of Pear #D8F63D
RGB
CMYK
RGB Variations
Color information
#D8F63D (or 0xD8F63D) is known color: Pear. HEX triplet: D8, F6 and 3D. RGB value is (216,246,61). Sum of RGB (Red+Green+Blue) = 216+246+61=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 61 (24.22% from 255 or 11.66% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F63D is #2709C2. Grayscale: #D8D8D8. Windows color (decimal): -2558403 or 4060888. OLE color: 4060888.
HSL color Cylindrical-coordinate representation of color #D8F63D: hue angle of 69.73º degrees, saturation: 0.91, 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 #D8F63D is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 61 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.04 |
| HSL | 69.73º | 0.91% | 0.6% | - |
| HSV(B) | 69.73º | 0.75% | 0.96% | - |
| XYZ | 62.12 | 80.85 | 16.75 | - |
| YUV | 215.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 61 | 0.12 | 0 | 0.75 | 0.04 | 69.73 | 0.91 | 0.6 |
| Hex | D8 | F6 | 3D | C | 0 | 4B | 4 | 46 | 5B | 3C |
| Octal | 330 | 366 | 75 | 14 | 0 | 113 | 4 | 106 | 133 | 74 |
| Binary | 11011000 | 11110110 | 111101 | 1100 | 0 | 1001011 | 100 | 1000110 | 1011011 | 111100 |
Color Harmonies of #D8F63D
Complementary color
Monochromatic Colors of #D8F63D
Black with #D8F63D
Text Example
Text Example
White with #D8F63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F63D; }
p { color: rgb(216,246,61); }
H1.HeaderClassName
{
color: #D8F63D;
}
.AnyTagClassName
{
color: #D8F63D;
}
</style>
background-color css
<style>
a { background-color: #D8F63D; }
a { background-color: rgb(216,246,61); }
div.DivClassName
{
background-color: #D8F63D;
}
.BgClassName
{
background-color: #D8F63D;
}
</style>
border-color css
<style>
span { border-color: #D8F63D; }
span { border-color: rgb(216,246,61); }
td.TdClassName
{
border-color: #D8F63D;
}
.TagClassName
{
border-color: #D8F63D;
}
</style>