Shades of Pear #D8FF2A
Tints of Pear #D8FF2A
RGB
CMYK
RGB Variations
Color information
#D8FF2A (or 0xD8FF2A) is known color: Pear. HEX triplet: D8, FF and 2A. RGB value is (216,255,42). Sum of RGB (Red+Green+Blue) = 216+255+42=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF2A is #2700D5. Grayscale: #DBDBDB. Windows color (decimal): -2556118 or 2818008. OLE color: 2818008.
HSL color Cylindrical-coordinate representation of color #D8FF2A: hue angle of 70.99º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8FF2A is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 42 | - |
| CMYK | 0.15 | 0 | 0.84 | 0 |
| HSL | 70.99º | 1% | 0.58% | - |
| HSV(B) | 70.99º | 0.84% | 1% | - |
| XYZ | 64.5 | 86.29 | 15.45 | - |
| YUV | 219.06 | 28.08 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 42 | 0.15 | 0 | 0.84 | 0 | 70.99 | 1 | 0.58 |
| Hex | D8 | FF | 2A | F | 0 | 54 | 0 | 47 | 64 | 3A |
| Octal | 330 | 377 | 52 | 17 | 0 | 124 | 0 | 107 | 144 | 72 |
| Binary | 11011000 | 11111111 | 101010 | 1111 | 0 | 1010100 | 0 | 1000111 | 1100100 | 111010 |
Color Harmonies of #D8FF2A
Complementary color
Monochromatic Colors of #D8FF2A
Black with #D8FF2A
Text Example
Text Example
White with #D8FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF2A; }
p { color: rgb(216,255,42); }
H1.HeaderClassName
{
color: #D8FF2A;
}
.AnyTagClassName
{
color: #D8FF2A;
}
</style>
background-color css
<style>
a { background-color: #D8FF2A; }
a { background-color: rgb(216,255,42); }
div.DivClassName
{
background-color: #D8FF2A;
}
.BgClassName
{
background-color: #D8FF2A;
}
</style>
border-color css
<style>
span { border-color: #D8FF2A; }
span { border-color: rgb(216,255,42); }
td.TdClassName
{
border-color: #D8FF2A;
}
.TagClassName
{
border-color: #D8FF2A;
}
</style>