Shades of Pear #D8FF32
Tints of Pear #D8FF32
RGB
CMYK
RGB Variations
Color information
#D8FF32 (or 0xD8FF32) is known color: Pear. HEX triplet: D8, FF and 32. RGB value is (216,255,50). Sum of RGB (Red+Green+Blue) = 216+255+50=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF32 is #2700CD. Grayscale: #DCDCDC. Windows color (decimal): -2556110 or 3342296. OLE color: 3342296.
HSL color Cylindrical-coordinate representation of color #D8FF32: hue angle of 71.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8FF32 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 50 | - |
| CMYK | 0.15 | 0 | 0.80 | 0 |
| HSL | 71.41º | 1% | 0.6% | - |
| HSV(B) | 71.41º | 0.8% | 1% | - |
| XYZ | 64.65 | 86.35 | 16.28 | - |
| YUV | 219.97 | 32.08 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 50 | 0.15 | 0 | 0.80 | 0 | 71.41 | 1 | 0.6 |
| Hex | D8 | FF | 32 | F | 0 | 50 | 0 | 47 | 64 | 3C |
| Octal | 330 | 377 | 62 | 17 | 0 | 120 | 0 | 107 | 144 | 74 |
| Binary | 11011000 | 11111111 | 110010 | 1111 | 0 | 1010000 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #D8FF32
Complementary color
Monochromatic Colors of #D8FF32
Black with #D8FF32
Text Example
Text Example
White with #D8FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF32; }
p { color: rgb(216,255,50); }
H1.HeaderClassName
{
color: #D8FF32;
}
.AnyTagClassName
{
color: #D8FF32;
}
</style>
background-color css
<style>
a { background-color: #D8FF32; }
a { background-color: rgb(216,255,50); }
div.DivClassName
{
background-color: #D8FF32;
}
.BgClassName
{
background-color: #D8FF32;
}
</style>
border-color css
<style>
span { border-color: #D8FF32; }
span { border-color: rgb(216,255,50); }
td.TdClassName
{
border-color: #D8FF32;
}
.TagClassName
{
border-color: #D8FF32;
}
</style>