Shades of Pear #D1FA3D
Tints of Pear #D1FA3D
RGB
CMYK
RGB Variations
Color information
#D1FA3D (or 0xD1FA3D) is known color: Pear. HEX triplet: D1, FA and 3D. RGB value is (209,250,61). Sum of RGB (Red+Green+Blue) = 209+250+61=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 61 (24.22% from 255 or 11.73% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FA3D is #2E05C2. Grayscale: #D8D8D8. Windows color (decimal): -3016131 or 4061905. OLE color: 4061905.
HSL color Cylindrical-coordinate representation of color #D1FA3D: hue angle of 73.02º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1FA3D is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 61 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.02 |
| HSL | 73.02º | 0.95% | 0.61% | - |
| HSV(B) | 73.02º | 0.76% | 0.98% | - |
| XYZ | 61.32 | 82.26 | 17.06 | - |
| YUV | 216.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 61 | 0.16 | 0 | 0.76 | 0.02 | 73.02 | 0.95 | 0.61 |
| Hex | D1 | FA | 3D | 10 | 0 | 4C | 2 | 49 | 5F | 3D |
| Octal | 321 | 372 | 75 | 20 | 0 | 114 | 2 | 111 | 137 | 75 |
| Binary | 11010001 | 11111010 | 111101 | 10000 | 0 | 1001100 | 10 | 1001001 | 1011111 | 111101 |
Color Harmonies of #D1FA3D
Complementary color
Monochromatic Colors of #D1FA3D
Black with #D1FA3D
Text Example
Text Example
White with #D1FA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA3D; }
p { color: rgb(209,250,61); }
H1.HeaderClassName
{
color: #D1FA3D;
}
.AnyTagClassName
{
color: #D1FA3D;
}
</style>
background-color css
<style>
a { background-color: #D1FA3D; }
a { background-color: rgb(209,250,61); }
div.DivClassName
{
background-color: #D1FA3D;
}
.BgClassName
{
background-color: #D1FA3D;
}
</style>
border-color css
<style>
span { border-color: #D1FA3D; }
span { border-color: rgb(209,250,61); }
td.TdClassName
{
border-color: #D1FA3D;
}
.TagClassName
{
border-color: #D1FA3D;
}
</style>