Shades of Pear #D8F93D
Tints of Pear #D8F93D
RGB
CMYK
RGB Variations
Color information
#D8F93D (or 0xD8F93D) is known color: Pear. HEX triplet: D8, F9 and 3D. RGB value is (216,249,61). Sum of RGB (Red+Green+Blue) = 216+249+61=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 249 (97.66% from 255 or 47.34% from 526); Blue value is 61 (24.22% from 255 or 11.60% from 526); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F93D is #2706C2. Grayscale: #DADADA. Windows color (decimal): -2557635 or 4061656. OLE color: 4061656.
HSL color Cylindrical-coordinate representation of color #D8F93D: hue angle of 70.53º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8F93D is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 61 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.02 |
| HSL | 70.53º | 0.94% | 0.61% | - |
| HSV(B) | 70.53º | 0.76% | 0.98% | - |
| XYZ | 63.04 | 82.69 | 17.05 | - |
| YUV | 217.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 61 | 0.13 | 0 | 0.76 | 0.02 | 70.53 | 0.94 | 0.61 |
| Hex | D8 | F9 | 3D | D | 0 | 4C | 2 | 47 | 5E | 3D |
| Octal | 330 | 371 | 75 | 15 | 0 | 114 | 2 | 107 | 136 | 75 |
| Binary | 11011000 | 11111001 | 111101 | 1101 | 0 | 1001100 | 10 | 1000111 | 1011110 | 111101 |
Color Harmonies of #D8F93D
Complementary color
Monochromatic Colors of #D8F93D
Black with #D8F93D
Text Example
Text Example
White with #D8F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F93D; }
p { color: rgb(216,249,61); }
H1.HeaderClassName
{
color: #D8F93D;
}
.AnyTagClassName
{
color: #D8F93D;
}
</style>
background-color css
<style>
a { background-color: #D8F93D; }
a { background-color: rgb(216,249,61); }
div.DivClassName
{
background-color: #D8F93D;
}
.BgClassName
{
background-color: #D8F93D;
}
</style>
border-color css
<style>
span { border-color: #D8F93D; }
span { border-color: rgb(216,249,61); }
td.TdClassName
{
border-color: #D8F93D;
}
.TagClassName
{
border-color: #D8F93D;
}
</style>