Shades of Pear #D3FF46
Tints of Pear #D3FF46
RGB
CMYK
RGB Variations
Color information
#D3FF46 (or 0xD3FF46) is known color: Pear. HEX triplet: D3, FF and 46. RGB value is (211,255,70). Sum of RGB (Red+Green+Blue) = 211+255+70=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 70 (27.73% from 255 or 13.06% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FF46 is #2C00B9. Grayscale: #DDDDDD. Windows color (decimal): -2883770 or 4653011. OLE color: 4653011.
HSL color Cylindrical-coordinate representation of color #D3FF46: hue angle of 74.27º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3FF46 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 70 | - |
| CMYK | 0.17 | 0 | 0.73 | 0 |
| HSL | 74.27º | 1% | 0.64% | - |
| HSV(B) | 74.27º | 0.73% | 1% | - |
| XYZ | 63.73 | 85.81 | 19 | - |
| YUV | 220.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 70 | 0.17 | 0 | 0.73 | 0 | 74.27 | 1 | 0.64 |
| Hex | D3 | FF | 46 | 11 | 0 | 49 | 0 | 4A | 64 | 40 |
| Octal | 323 | 377 | 106 | 21 | 0 | 111 | 0 | 112 | 144 | 100 |
| Binary | 11010011 | 11111111 | 1000110 | 10001 | 0 | 1001001 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D3FF46
Complementary color
Monochromatic Colors of #D3FF46
Black with #D3FF46
Text Example
Text Example
White with #D3FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF46; }
p { color: rgb(211,255,70); }
H1.HeaderClassName
{
color: #D3FF46;
}
.AnyTagClassName
{
color: #D3FF46;
}
</style>
background-color css
<style>
a { background-color: #D3FF46; }
a { background-color: rgb(211,255,70); }
div.DivClassName
{
background-color: #D3FF46;
}
.BgClassName
{
background-color: #D3FF46;
}
</style>
border-color css
<style>
span { border-color: #D3FF46; }
span { border-color: rgb(211,255,70); }
td.TdClassName
{
border-color: #D3FF46;
}
.TagClassName
{
border-color: #D3FF46;
}
</style>