Shades of Pear #D3FA4B
Tints of Pear #D3FA4B
RGB
CMYK
RGB Variations
Color information
#D3FA4B (or 0xD3FA4B) is known color: Pear. HEX triplet: D3, FA and 4B. RGB value is (211,250,75). Sum of RGB (Red+Green+Blue) = 211+250+75=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FA4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FA4B is #2C05B4. Grayscale: #DBDBDB. Windows color (decimal): -2885045 or 4979411. OLE color: 4979411.
HSL color Cylindrical-coordinate representation of color #D3FA4B: hue angle of 73.37º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3FA4B is Cyan = 0.16, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 250 | 75 | - |
| CMYK | 0.16 | 0 | 0.7 | 0.02 |
| HSL | 73.37º | 0.95% | 0.64% | - |
| HSV(B) | 73.37º | 0.7% | 0.98% | - |
| XYZ | 62.32 | 82.73 | 19.34 | - |
| YUV | 218.39 | 47.08 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 250 | 75 | 0.16 | 0 | 0.7 | 0.02 | 73.37 | 0.95 | 0.64 |
| Hex | D3 | FA | 4B | 10 | 0 | 46 | 2 | 49 | 5F | 40 |
| Octal | 323 | 372 | 113 | 20 | 0 | 106 | 2 | 111 | 137 | 100 |
| Binary | 11010011 | 11111010 | 1001011 | 10000 | 0 | 1000110 | 10 | 1001001 | 1011111 | 1000000 |
Color Harmonies of #D3FA4B
Complementary color
Monochromatic Colors of #D3FA4B
Black with #D3FA4B
Text Example
Text Example
White with #D3FA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FA4B; }
p { color: rgb(211,250,75); }
H1.HeaderClassName
{
color: #D3FA4B;
}
.AnyTagClassName
{
color: #D3FA4B;
}
</style>
background-color css
<style>
a { background-color: #D3FA4B; }
a { background-color: rgb(211,250,75); }
div.DivClassName
{
background-color: #D3FA4B;
}
.BgClassName
{
background-color: #D3FA4B;
}
</style>
border-color css
<style>
span { border-color: #D3FA4B; }
span { border-color: rgb(211,250,75); }
td.TdClassName
{
border-color: #D3FA4B;
}
.TagClassName
{
border-color: #D3FA4B;
}
</style>