Shades of Pear #D1FD40
Tints of Pear #D1FD40
RGB
CMYK
RGB Variations
Color information
#D1FD40 (or 0xD1FD40) is known color: Pear. HEX triplet: D1, FD and 40. RGB value is (209,253,64). Sum of RGB (Red+Green+Blue) = 209+253+64=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 64 (25.39% from 255 or 12.17% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1FD40 is #2E02BF. Grayscale: #DBDBDB. Windows color (decimal): -3015360 or 4259281. OLE color: 4259281.
HSL color Cylindrical-coordinate representation of color #D1FD40: hue angle of 73.97º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1FD40 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 253 | 64 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.01 |
| HSL | 73.97º | 0.98% | 0.62% | - |
| HSV(B) | 73.97º | 0.75% | 0.99% | - |
| XYZ | 62.35 | 84.18 | 17.81 | - |
| YUV | 218.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 253 | 64 | 0.17 | 0 | 0.75 | 0.01 | 73.97 | 0.98 | 0.62 |
| Hex | D1 | FD | 40 | 11 | 0 | 4B | 1 | 4A | 62 | 3E |
| Octal | 321 | 375 | 100 | 21 | 0 | 113 | 1 | 112 | 142 | 76 |
| Binary | 11010001 | 11111101 | 1000000 | 10001 | 0 | 1001011 | 1 | 1001010 | 1100010 | 111110 |
Color Harmonies of #D1FD40
Complementary color
Monochromatic Colors of #D1FD40
Black with #D1FD40
Text Example
Text Example
White with #D1FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FD40; }
p { color: rgb(209,253,64); }
H1.HeaderClassName
{
color: #D1FD40;
}
.AnyTagClassName
{
color: #D1FD40;
}
</style>
background-color css
<style>
a { background-color: #D1FD40; }
a { background-color: rgb(209,253,64); }
div.DivClassName
{
background-color: #D1FD40;
}
.BgClassName
{
background-color: #D1FD40;
}
</style>
border-color css
<style>
span { border-color: #D1FD40; }
span { border-color: rgb(209,253,64); }
td.TdClassName
{
border-color: #D1FD40;
}
.TagClassName
{
border-color: #D1FD40;
}
</style>