Shades of Pear #D1FF2A
Tints of Pear #D1FF2A
RGB
CMYK
RGB Variations
Color information
#D1FF2A (or 0xD1FF2A) is known color: Pear. HEX triplet: D1, FF and 2A. RGB value is (209,255,42). Sum of RGB (Red+Green+Blue) = 209+255+42=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FF2A is #2E00D5. Grayscale: #D9D9D9. Windows color (decimal): -3014870 or 2818001. OLE color: 2818001.
HSL color Cylindrical-coordinate representation of color #D1FF2A: hue angle of 72.96º 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 #D1FF2A is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 42 | - |
| CMYK | 0.18 | 0 | 0.84 | 0 |
| HSL | 72.96º | 1% | 0.58% | - |
| HSV(B) | 72.96º | 0.84% | 1% | - |
| XYZ | 62.47 | 85.24 | 15.35 | - |
| YUV | 216.96 | 29.26 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 42 | 0.18 | 0 | 0.84 | 0 | 72.96 | 1 | 0.58 |
| Hex | D1 | FF | 2A | 12 | 0 | 54 | 0 | 49 | 64 | 3A |
| Octal | 321 | 377 | 52 | 22 | 0 | 124 | 0 | 111 | 144 | 72 |
| Binary | 11010001 | 11111111 | 101010 | 10010 | 0 | 1010100 | 0 | 1001001 | 1100100 | 111010 |
Color Harmonies of #D1FF2A
Complementary color
Monochromatic Colors of #D1FF2A
Black with #D1FF2A
Text Example
Text Example
White with #D1FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF2A; }
p { color: rgb(209,255,42); }
H1.HeaderClassName
{
color: #D1FF2A;
}
.AnyTagClassName
{
color: #D1FF2A;
}
</style>
background-color css
<style>
a { background-color: #D1FF2A; }
a { background-color: rgb(209,255,42); }
div.DivClassName
{
background-color: #D1FF2A;
}
.BgClassName
{
background-color: #D1FF2A;
}
</style>
border-color css
<style>
span { border-color: #D1FF2A; }
span { border-color: rgb(209,255,42); }
td.TdClassName
{
border-color: #D1FF2A;
}
.TagClassName
{
border-color: #D1FF2A;
}
</style>