Shades of Pear #D3FD2F
Tints of Pear #D3FD2F
RGB
CMYK
RGB Variations
Color information
#D3FD2F (or 0xD3FD2F) is known color: Pear. HEX triplet: D3, FD and 2F. RGB value is (211,253,47). Sum of RGB (Red+Green+Blue) = 211+253+47=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 47 (18.75% from 255 or 9.20% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FD2F is #2C02D0. Grayscale: #D9D9D9. Windows color (decimal): -2884305 or 3145171. OLE color: 3145171.
HSL color Cylindrical-coordinate representation of color #D3FD2F: hue angle of 72.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3FD2F is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 47 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.01 |
| HSL | 72.23º | 0.98% | 0.59% | - |
| HSV(B) | 72.23º | 0.81% | 0.99% | - |
| XYZ | 62.5 | 84.3 | 15.67 | - |
| YUV | 216.96 | 32.09 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 47 | 0.17 | 0 | 0.81 | 0.01 | 72.23 | 0.98 | 0.59 |
| Hex | D3 | FD | 2F | 11 | 0 | 51 | 1 | 48 | 62 | 3B |
| Octal | 323 | 375 | 57 | 21 | 0 | 121 | 1 | 110 | 142 | 73 |
| Binary | 11010011 | 11111101 | 101111 | 10001 | 0 | 1010001 | 1 | 1001000 | 1100010 | 111011 |
Color Harmonies of #D3FD2F
Complementary color
Monochromatic Colors of #D3FD2F
Black with #D3FD2F
Text Example
Text Example
White with #D3FD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FD2F; }
p { color: rgb(211,253,47); }
H1.HeaderClassName
{
color: #D3FD2F;
}
.AnyTagClassName
{
color: #D3FD2F;
}
</style>
background-color css
<style>
a { background-color: #D3FD2F; }
a { background-color: rgb(211,253,47); }
div.DivClassName
{
background-color: #D3FD2F;
}
.BgClassName
{
background-color: #D3FD2F;
}
</style>
border-color css
<style>
span { border-color: #D3FD2F; }
span { border-color: rgb(211,253,47); }
td.TdClassName
{
border-color: #D3FD2F;
}
.TagClassName
{
border-color: #D3FD2F;
}
</style>