Shades of Pear #D3F248
Tints of Pear #D3F248
RGB
CMYK
RGB Variations
Color information
#D3F248 (or 0xD3F248) is known color: Pear. HEX triplet: D3, F2 and 48. RGB value is (211,242,72). Sum of RGB (Red+Green+Blue) = 211+242+72=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F248 is #2C0DB7. Grayscale: #D5D5D5. Windows color (decimal): -2887096 or 4780755. OLE color: 4780755.
HSL color Cylindrical-coordinate representation of color #D3F248: hue angle of 70.94º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3F248 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 242 | 72 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.05 |
| HSL | 70.94º | 0.87% | 0.62% | - |
| HSV(B) | 70.94º | 0.7% | 0.95% | - |
| XYZ | 59.79 | 77.82 | 18 | - |
| YUV | 213.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 242 | 72 | 0.13 | 0 | 0.70 | 0.05 | 70.94 | 0.87 | 0.62 |
| Hex | D3 | F2 | 48 | D | 0 | 46 | 5 | 47 | 57 | 3E |
| Octal | 323 | 362 | 110 | 15 | 0 | 106 | 5 | 107 | 127 | 76 |
| Binary | 11010011 | 11110010 | 1001000 | 1101 | 0 | 1000110 | 101 | 1000111 | 1010111 | 111110 |
Color Harmonies of #D3F248
Complementary color
Monochromatic Colors of #D3F248
Black with #D3F248
Text Example
Text Example
White with #D3F248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F248; }
p { color: rgb(211,242,72); }
H1.HeaderClassName
{
color: #D3F248;
}
.AnyTagClassName
{
color: #D3F248;
}
</style>
background-color css
<style>
a { background-color: #D3F248; }
a { background-color: rgb(211,242,72); }
div.DivClassName
{
background-color: #D3F248;
}
.BgClassName
{
background-color: #D3F248;
}
</style>
border-color css
<style>
span { border-color: #D3F248; }
span { border-color: rgb(211,242,72); }
td.TdClassName
{
border-color: #D3F248;
}
.TagClassName
{
border-color: #D3F248;
}
</style>