Shades of Pear #D8FD28
Tints of Pear #D8FD28
RGB
CMYK
RGB Variations
Color information
#D8FD28 (or 0xD8FD28) is known color: Pear. HEX triplet: D8, FD and 28. RGB value is (216,253,40). Sum of RGB (Red+Green+Blue) = 216+253+40=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 40 (16.02% from 255 or 7.86% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FD28 is #2702D7. Grayscale: #DADADA. Windows color (decimal): -2556632 or 2686424. OLE color: 2686424.
HSL color Cylindrical-coordinate representation of color #D8FD28: hue angle of 70.42º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8FD28 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 40 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.01 |
| HSL | 70.42º | 0.98% | 0.57% | - |
| HSV(B) | 70.42º | 0.84% | 0.99% | - |
| XYZ | 63.83 | 85 | 15.05 | - |
| YUV | 217.66 | 27.74 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 40 | 0.15 | 0 | 0.84 | 0.01 | 70.42 | 0.98 | 0.57 |
| Hex | D8 | FD | 28 | F | 0 | 54 | 1 | 46 | 62 | 39 |
| Octal | 330 | 375 | 50 | 17 | 0 | 124 | 1 | 106 | 142 | 71 |
| Binary | 11011000 | 11111101 | 101000 | 1111 | 0 | 1010100 | 1 | 1000110 | 1100010 | 111001 |
Color Harmonies of #D8FD28
Complementary color
Monochromatic Colors of #D8FD28
Black with #D8FD28
Text Example
Text Example
White with #D8FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD28; }
p { color: rgb(216,253,40); }
H1.HeaderClassName
{
color: #D8FD28;
}
.AnyTagClassName
{
color: #D8FD28;
}
</style>
background-color css
<style>
a { background-color: #D8FD28; }
a { background-color: rgb(216,253,40); }
div.DivClassName
{
background-color: #D8FD28;
}
.BgClassName
{
background-color: #D8FD28;
}
</style>
border-color css
<style>
span { border-color: #D8FD28; }
span { border-color: rgb(216,253,40); }
td.TdClassName
{
border-color: #D8FD28;
}
.TagClassName
{
border-color: #D8FD28;
}
</style>