Shades of Pear #D3FD40
Tints of Pear #D3FD40
RGB
CMYK
RGB Variations
Color information
#D3FD40 (or 0xD3FD40) is known color: Pear. HEX triplet: D3, FD and 40. RGB value is (211,253,64). Sum of RGB (Red+Green+Blue) = 211+253+64=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FD40 is #2C02BF. Grayscale: #DBDBDB. Windows color (decimal): -2884288 or 4259283. OLE color: 4259283.
HSL color Cylindrical-coordinate representation of color #D3FD40: hue angle of 73.33º 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 #D3FD40 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 64 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.01 |
| HSL | 73.33º | 0.98% | 0.62% | - |
| HSV(B) | 73.33º | 0.75% | 0.99% | - |
| XYZ | 62.91 | 84.47 | 17.84 | - |
| YUV | 218.9 | 40.59 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 64 | 0.17 | 0 | 0.75 | 0.01 | 73.33 | 0.98 | 0.62 |
| Hex | D3 | FD | 40 | 11 | 0 | 4B | 1 | 49 | 62 | 3E |
| Octal | 323 | 375 | 100 | 21 | 0 | 113 | 1 | 111 | 142 | 76 |
| Binary | 11010011 | 11111101 | 1000000 | 10001 | 0 | 1001011 | 1 | 1001001 | 1100010 | 111110 |
Color Harmonies of #D3FD40
Complementary color
Monochromatic Colors of #D3FD40
Black with #D3FD40
Text Example
Text Example
White with #D3FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD40; }
p { color: rgb(211,253,64); }
H1.HeaderClassName
{
color: #D3FD40;
}
.AnyTagClassName
{
color: #D3FD40;
}
</style>
background-color css
<style>
a { background-color: #D3FD40; }
a { background-color: rgb(211,253,64); }
div.DivClassName
{
background-color: #D3FD40;
}
.BgClassName
{
background-color: #D3FD40;
}
</style>
border-color css
<style>
span { border-color: #D3FD40; }
span { border-color: rgb(211,253,64); }
td.TdClassName
{
border-color: #D3FD40;
}
.TagClassName
{
border-color: #D3FD40;
}
</style>