Shades of Pear #D9FF2A
Tints of Pear #D9FF2A
RGB
CMYK
RGB Variations
Color information
#D9FF2A (or 0xD9FF2A) is known color: Pear. HEX triplet: D9, FF and 2A. RGB value is (217,255,42). Sum of RGB (Red+Green+Blue) = 217+255+42=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF2A is #2600D5. Grayscale: #DCDCDC. Windows color (decimal): -2490582 or 2818009. OLE color: 2818009.
HSL color Cylindrical-coordinate representation of color #D9FF2A: hue angle of 70.7º 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 #D9FF2A is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 42 | - |
| CMYK | 0.15 | 0 | 0.84 | 0 |
| HSL | 70.7º | 1% | 0.58% | - |
| HSV(B) | 70.7º | 0.84% | 1% | - |
| XYZ | 64.79 | 86.44 | 15.46 | - |
| YUV | 219.36 | 27.91 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 42 | 0.15 | 0 | 0.84 | 0 | 70.7 | 1 | 0.58 |
| Hex | D9 | FF | 2A | F | 0 | 54 | 0 | 47 | 64 | 3A |
| Octal | 331 | 377 | 52 | 17 | 0 | 124 | 0 | 107 | 144 | 72 |
| Binary | 11011001 | 11111111 | 101010 | 1111 | 0 | 1010100 | 0 | 1000111 | 1100100 | 111010 |
Color Harmonies of #D9FF2A
Complementary color
Monochromatic Colors of #D9FF2A
Black with #D9FF2A
Text Example
Text Example
White with #D9FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF2A; }
p { color: rgb(217,255,42); }
H1.HeaderClassName
{
color: #D9FF2A;
}
.AnyTagClassName
{
color: #D9FF2A;
}
</style>
background-color css
<style>
a { background-color: #D9FF2A; }
a { background-color: rgb(217,255,42); }
div.DivClassName
{
background-color: #D9FF2A;
}
.BgClassName
{
background-color: #D9FF2A;
}
</style>
border-color css
<style>
span { border-color: #D9FF2A; }
span { border-color: rgb(217,255,42); }
td.TdClassName
{
border-color: #D9FF2A;
}
.TagClassName
{
border-color: #D9FF2A;
}
</style>