Shades of Pear #D1FE2F
Tints of Pear #D1FE2F
RGB
CMYK
RGB Variations
Color information
#D1FE2F (or 0xD1FE2F) is known color: Pear. HEX triplet: D1, FE and 2F. RGB value is (209,254,47). Sum of RGB (Red+Green+Blue) = 209+254+47=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE2F is #2E01D0. Grayscale: #D9D9D9. Windows color (decimal): -3015121 or 3145425. OLE color: 3145425.
HSL color Cylindrical-coordinate representation of color #D1FE2F: hue angle of 73.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1FE2F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.00 |
| HSL | 73.04º | 0.99% | 0.59% | - |
| HSV(B) | 73.04º | 0.81% | 1% | - |
| XYZ | 62.25 | 84.64 | 15.75 | - |
| YUV | 216.95 | 32.09 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 47 | 0.18 | 0 | 0.81 | 0.00 | 73.04 | 0.99 | 0.59 |
| Hex | D1 | FE | 2F | 12 | 0 | 51 | 0 | 49 | 63 | 3B |
| Octal | 321 | 376 | 57 | 22 | 0 | 121 | 0 | 111 | 143 | 73 |
| Binary | 11010001 | 11111110 | 101111 | 10010 | 0 | 1010001 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #D1FE2F
Complementary color
Monochromatic Colors of #D1FE2F
Black with #D1FE2F
Text Example
Text Example
White with #D1FE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE2F; }
p { color: rgb(209,254,47); }
H1.HeaderClassName
{
color: #D1FE2F;
}
.AnyTagClassName
{
color: #D1FE2F;
}
</style>
background-color css
<style>
a { background-color: #D1FE2F; }
a { background-color: rgb(209,254,47); }
div.DivClassName
{
background-color: #D1FE2F;
}
.BgClassName
{
background-color: #D1FE2F;
}
</style>
border-color css
<style>
span { border-color: #D1FE2F; }
span { border-color: rgb(209,254,47); }
td.TdClassName
{
border-color: #D1FE2F;
}
.TagClassName
{
border-color: #D1FE2F;
}
</style>