Shades of Pear #D3F448
Tints of Pear #D3F448
RGB
CMYK
RGB Variations
Color information
#D3F448 (or 0xD3F448) is known color: Pear. HEX triplet: D3, F4 and 48. RGB value is (211,244,72). Sum of RGB (Red+Green+Blue) = 211+244+72=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 72 (28.52% from 255 or 13.66% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F448 is #2C0BB7. Grayscale: #D7D7D7. Windows color (decimal): -2886584 or 4781267. OLE color: 4781267.
HSL color Cylindrical-coordinate representation of color #D3F448: hue angle of 71.51º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F448 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 244 | 72 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.04 |
| HSL | 71.51º | 0.89% | 0.62% | - |
| HSV(B) | 71.51º | 0.7% | 0.96% | - |
| XYZ | 60.38 | 79.02 | 18.2 | - |
| YUV | 214.53 | 47.57 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 244 | 72 | 0.14 | 0 | 0.70 | 0.04 | 71.51 | 0.89 | 0.62 |
| Hex | D3 | F4 | 48 | E | 0 | 46 | 4 | 48 | 59 | 3E |
| Octal | 323 | 364 | 110 | 16 | 0 | 106 | 4 | 110 | 131 | 76 |
| Binary | 11010011 | 11110100 | 1001000 | 1110 | 0 | 1000110 | 100 | 1001000 | 1011001 | 111110 |
Color Harmonies of #D3F448
Complementary color
Monochromatic Colors of #D3F448
Black with #D3F448
Text Example
Text Example
White with #D3F448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F448; }
p { color: rgb(211,244,72); }
H1.HeaderClassName
{
color: #D3F448;
}
.AnyTagClassName
{
color: #D3F448;
}
</style>
background-color css
<style>
a { background-color: #D3F448; }
a { background-color: rgb(211,244,72); }
div.DivClassName
{
background-color: #D3F448;
}
.BgClassName
{
background-color: #D3F448;
}
</style>
border-color css
<style>
span { border-color: #D3F448; }
span { border-color: rgb(211,244,72); }
td.TdClassName
{
border-color: #D3F448;
}
.TagClassName
{
border-color: #D3F448;
}
</style>