Shades of Pear #D1FE31
Tints of Pear #D1FE31
RGB
CMYK
RGB Variations
Color information
#D1FE31 (or 0xD1FE31) is known color: Pear. HEX triplet: D1, FE and 31. RGB value is (209,254,49). Sum of RGB (Red+Green+Blue) = 209+254+49=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE31 is #2E01CE. Grayscale: #D9D9D9. Windows color (decimal): -3015119 or 3276497. OLE color: 3276497.
HSL color Cylindrical-coordinate representation of color #D1FE31: hue angle of 73.17º 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 #D1FE31 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 49 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.00 |
| HSL | 73.17º | 0.99% | 0.59% | - |
| HSV(B) | 73.17º | 0.81% | 1% | - |
| XYZ | 62.29 | 84.66 | 15.96 | - |
| YUV | 217.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 49 | 0.18 | 0 | 0.81 | 0.00 | 73.17 | 0.99 | 0.59 |
| Hex | D1 | FE | 31 | 12 | 0 | 51 | 0 | 49 | 63 | 3B |
| Octal | 321 | 376 | 61 | 22 | 0 | 121 | 0 | 111 | 143 | 73 |
| Binary | 11010001 | 11111110 | 110001 | 10010 | 0 | 1010001 | 0 | 1001001 | 1100011 | 111011 |
Color Harmonies of #D1FE31
Complementary color
Monochromatic Colors of #D1FE31
Black with #D1FE31
Text Example
Text Example
White with #D1FE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE31; }
p { color: rgb(209,254,49); }
H1.HeaderClassName
{
color: #D1FE31;
}
.AnyTagClassName
{
color: #D1FE31;
}
</style>
background-color css
<style>
a { background-color: #D1FE31; }
a { background-color: rgb(209,254,49); }
div.DivClassName
{
background-color: #D1FE31;
}
.BgClassName
{
background-color: #D1FE31;
}
</style>
border-color css
<style>
span { border-color: #D1FE31; }
span { border-color: rgb(209,254,49); }
td.TdClassName
{
border-color: #D1FE31;
}
.TagClassName
{
border-color: #D1FE31;
}
</style>