Shades of Pear #D3FF48
Tints of Pear #D3FF48
RGB
CMYK
RGB Variations
Color information
#D3FF48 (or 0xD3FF48) is known color: Pear. HEX triplet: D3, FF and 48. RGB value is (211,255,72). Sum of RGB (Red+Green+Blue) = 211+255+72=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 72 (28.52% from 255 or 13.38% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FF48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3FF48 is #2C00B7. Grayscale: #DDDDDD. Windows color (decimal): -2883768 or 4784083. OLE color: 4784083.
HSL color Cylindrical-coordinate representation of color #D3FF48: hue angle of 74.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3FF48 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 72 | - |
| CMYK | 0.17 | 0 | 0.72 | 0 |
| HSL | 74.43º | 1% | 0.64% | - |
| HSV(B) | 74.43º | 0.72% | 1% | - |
| XYZ | 63.79 | 85.84 | 19.34 | - |
| YUV | 220.98 | 43.92 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 72 | 0.17 | 0 | 0.72 | 0 | 74.43 | 1 | 0.64 |
| Hex | D3 | FF | 48 | 11 | 0 | 48 | 0 | 4A | 64 | 40 |
| Octal | 323 | 377 | 110 | 21 | 0 | 110 | 0 | 112 | 144 | 100 |
| Binary | 11010011 | 11111111 | 1001000 | 10001 | 0 | 1001000 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D3FF48
Complementary color
Monochromatic Colors of #D3FF48
Black with #D3FF48
Text Example
Text Example
White with #D3FF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FF48; }
p { color: rgb(211,255,72); }
H1.HeaderClassName
{
color: #D3FF48;
}
.AnyTagClassName
{
color: #D3FF48;
}
</style>
background-color css
<style>
a { background-color: #D3FF48; }
a { background-color: rgb(211,255,72); }
div.DivClassName
{
background-color: #D3FF48;
}
.BgClassName
{
background-color: #D3FF48;
}
</style>
border-color css
<style>
span { border-color: #D3FF48; }
span { border-color: rgb(211,255,72); }
td.TdClassName
{
border-color: #D3FF48;
}
.TagClassName
{
border-color: #D3FF48;
}
</style>