Shades of Pear #D8F92C
Tints of Pear #D8F92C
RGB
CMYK
RGB Variations
Color information
#D8F92C (or 0xD8F92C) is known color: Pear. HEX triplet: D8, F9 and 2C. RGB value is (216,249,44). Sum of RGB (Red+Green+Blue) = 216+249+44=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F92C is #2706D3. Grayscale: #D8D8D8. Windows color (decimal): -2557652 or 2947544. OLE color: 2947544.
HSL color Cylindrical-coordinate representation of color #D8F92C: hue angle of 69.66º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8F92C is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 44 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.02 |
| HSL | 69.66º | 0.94% | 0.57% | - |
| HSV(B) | 69.66º | 0.82% | 0.98% | - |
| XYZ | 62.65 | 82.53 | 15.01 | - |
| YUV | 215.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 44 | 0.13 | 0 | 0.82 | 0.02 | 69.66 | 0.94 | 0.57 |
| Hex | D8 | F9 | 2C | D | 0 | 52 | 2 | 46 | 5E | 39 |
| Octal | 330 | 371 | 54 | 15 | 0 | 122 | 2 | 106 | 136 | 71 |
| Binary | 11011000 | 11111001 | 101100 | 1101 | 0 | 1010010 | 10 | 1000110 | 1011110 | 111001 |
Color Harmonies of #D8F92C
Complementary color
Monochromatic Colors of #D8F92C
Black with #D8F92C
Text Example
Text Example
White with #D8F92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F92C; }
p { color: rgb(216,249,44); }
H1.HeaderClassName
{
color: #D8F92C;
}
.AnyTagClassName
{
color: #D8F92C;
}
</style>
background-color css
<style>
a { background-color: #D8F92C; }
a { background-color: rgb(216,249,44); }
div.DivClassName
{
background-color: #D8F92C;
}
.BgClassName
{
background-color: #D8F92C;
}
</style>
border-color css
<style>
span { border-color: #D8F92C; }
span { border-color: rgb(216,249,44); }
td.TdClassName
{
border-color: #D8F92C;
}
.TagClassName
{
border-color: #D8F92C;
}
</style>