Shades of Pear #D8FE29
Tints of Pear #D8FE29
RGB
CMYK
RGB Variations
Color information
#D8FE29 (or 0xD8FE29) is known color: Pear. HEX triplet: D8, FE and 29. RGB value is (216,254,41). Sum of RGB (Red+Green+Blue) = 216+254+41=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FE29 is #2701D6. Grayscale: #DBDBDB. Windows color (decimal): -2556375 or 2752216. OLE color: 2752216.
HSL color Cylindrical-coordinate representation of color #D8FE29: hue angle of 70.7º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8FE29 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 41 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.00 |
| HSL | 70.7º | 0.99% | 0.58% | - |
| HSV(B) | 70.7º | 0.84% | 1% | - |
| XYZ | 64.16 | 85.64 | 15.25 | - |
| YUV | 218.36 | 27.91 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 41 | 0.15 | 0 | 0.84 | 0.00 | 70.7 | 0.99 | 0.58 |
| Hex | D8 | FE | 29 | F | 0 | 54 | 0 | 47 | 63 | 3A |
| Octal | 330 | 376 | 51 | 17 | 0 | 124 | 0 | 107 | 143 | 72 |
| Binary | 11011000 | 11111110 | 101001 | 1111 | 0 | 1010100 | 0 | 1000111 | 1100011 | 111010 |
Color Harmonies of #D8FE29
Complementary color
Monochromatic Colors of #D8FE29
Black with #D8FE29
Text Example
Text Example
White with #D8FE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE29; }
p { color: rgb(216,254,41); }
H1.HeaderClassName
{
color: #D8FE29;
}
.AnyTagClassName
{
color: #D8FE29;
}
</style>
background-color css
<style>
a { background-color: #D8FE29; }
a { background-color: rgb(216,254,41); }
div.DivClassName
{
background-color: #D8FE29;
}
.BgClassName
{
background-color: #D8FE29;
}
</style>
border-color css
<style>
span { border-color: #D8FE29; }
span { border-color: rgb(216,254,41); }
td.TdClassName
{
border-color: #D8FE29;
}
.TagClassName
{
border-color: #D8FE29;
}
</style>