Shades of Pear #D9FD2A
Tints of Pear #D9FD2A
RGB
CMYK
RGB Variations
Color information
#D9FD2A (or 0xD9FD2A) is known color: Pear. HEX triplet: D9, FD and 2A. RGB value is (217,253,42). Sum of RGB (Red+Green+Blue) = 217+253+42=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FD2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FD2A is #2602D5. Grayscale: #DADADA. Windows color (decimal): -2491094 or 2817497. OLE color: 2817497.
HSL color Cylindrical-coordinate representation of color #D9FD2A: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9FD2A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 253 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.01 |
| HSL | 70.24º | 0.98% | 0.58% | - |
| HSV(B) | 70.24º | 0.83% | 0.99% | - |
| XYZ | 64.16 | 85.17 | 15.25 | - |
| YUV | 218.18 | 28.57 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 253 | 42 | 0.14 | 0 | 0.83 | 0.01 | 70.24 | 0.98 | 0.58 |
| Hex | D9 | FD | 2A | E | 0 | 53 | 1 | 46 | 62 | 3A |
| Octal | 331 | 375 | 52 | 16 | 0 | 123 | 1 | 106 | 142 | 72 |
| Binary | 11011001 | 11111101 | 101010 | 1110 | 0 | 1010011 | 1 | 1000110 | 1100010 | 111010 |
Color Harmonies of #D9FD2A
Complementary color
Monochromatic Colors of #D9FD2A
Black with #D9FD2A
Text Example
Text Example
White with #D9FD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FD2A; }
p { color: rgb(217,253,42); }
H1.HeaderClassName
{
color: #D9FD2A;
}
.AnyTagClassName
{
color: #D9FD2A;
}
</style>
background-color css
<style>
a { background-color: #D9FD2A; }
a { background-color: rgb(217,253,42); }
div.DivClassName
{
background-color: #D9FD2A;
}
.BgClassName
{
background-color: #D9FD2A;
}
</style>
border-color css
<style>
span { border-color: #D9FD2A; }
span { border-color: rgb(217,253,42); }
td.TdClassName
{
border-color: #D9FD2A;
}
.TagClassName
{
border-color: #D9FD2A;
}
</style>