Shades of Pear #D1FE3A
Tints of Pear #D1FE3A
RGB
CMYK
RGB Variations
Color information
#D1FE3A (or 0xD1FE3A) is known color: Pear. HEX triplet: D1, FE and 3A. RGB value is (209,254,58). Sum of RGB (Red+Green+Blue) = 209+254+58=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 58 (23.05% from 255 or 11.13% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FE3A is #2E01C5. Grayscale: #DADADA. Windows color (decimal): -3015110 or 3866321. OLE color: 3866321.
HSL color Cylindrical-coordinate representation of color #D1FE3A: hue angle of 73.78º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1FE3A is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 58 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.00 |
| HSL | 73.78º | 0.99% | 0.61% | - |
| HSV(B) | 73.78º | 0.77% | 1% | - |
| XYZ | 62.5 | 84.74 | 17.07 | - |
| YUV | 218.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 58 | 0.18 | 0 | 0.77 | 0.00 | 73.78 | 0.99 | 0.61 |
| Hex | D1 | FE | 3A | 12 | 0 | 4D | 0 | 4A | 63 | 3D |
| Octal | 321 | 376 | 72 | 22 | 0 | 115 | 0 | 112 | 143 | 75 |
| Binary | 11010001 | 11111110 | 111010 | 10010 | 0 | 1001101 | 0 | 1001010 | 1100011 | 111101 |
Color Harmonies of #D1FE3A
Complementary color
Monochromatic Colors of #D1FE3A
Black with #D1FE3A
Text Example
Text Example
White with #D1FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FE3A; }
p { color: rgb(209,254,58); }
H1.HeaderClassName
{
color: #D1FE3A;
}
.AnyTagClassName
{
color: #D1FE3A;
}
</style>
background-color css
<style>
a { background-color: #D1FE3A; }
a { background-color: rgb(209,254,58); }
div.DivClassName
{
background-color: #D1FE3A;
}
.BgClassName
{
background-color: #D1FE3A;
}
</style>
border-color css
<style>
span { border-color: #D1FE3A; }
span { border-color: rgb(209,254,58); }
td.TdClassName
{
border-color: #D1FE3A;
}
.TagClassName
{
border-color: #D1FE3A;
}
</style>