Shades of Pear #D2F248
Tints of Pear #D2F248
RGB
CMYK
RGB Variations
Color information
#D2F248 (or 0xD2F248) is known color: Pear. HEX triplet: D2, F2 and 48. RGB value is (210,242,72). Sum of RGB (Red+Green+Blue) = 210+242+72=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F248 is #2D0DB7. Grayscale: #D5D5D5. Windows color (decimal): -2952632 or 4780754. OLE color: 4780754.
HSL color Cylindrical-coordinate representation of color #D2F248: hue angle of 71.29º 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 #D2F248 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 72 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.05 |
| HSL | 71.29º | 0.87% | 0.62% | - |
| HSV(B) | 71.29º | 0.7% | 0.95% | - |
| XYZ | 59.5 | 77.67 | 17.99 | - |
| YUV | 213.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 72 | 0.13 | 0 | 0.70 | 0.05 | 71.29 | 0.87 | 0.62 |
| Hex | D2 | F2 | 48 | D | 0 | 46 | 5 | 47 | 57 | 3E |
| Octal | 322 | 362 | 110 | 15 | 0 | 106 | 5 | 107 | 127 | 76 |
| Binary | 11010010 | 11110010 | 1001000 | 1101 | 0 | 1000110 | 101 | 1000111 | 1010111 | 111110 |
Color Harmonies of #D2F248
Complementary color
Monochromatic Colors of #D2F248
Black with #D2F248
Text Example
Text Example
White with #D2F248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F248; }
p { color: rgb(210,242,72); }
H1.HeaderClassName
{
color: #D2F248;
}
.AnyTagClassName
{
color: #D2F248;
}
</style>
background-color css
<style>
a { background-color: #D2F248; }
a { background-color: rgb(210,242,72); }
div.DivClassName
{
background-color: #D2F248;
}
.BgClassName
{
background-color: #D2F248;
}
</style>
border-color css
<style>
span { border-color: #D2F248; }
span { border-color: rgb(210,242,72); }
td.TdClassName
{
border-color: #D2F248;
}
.TagClassName
{
border-color: #D2F248;
}
</style>