Shades of Pear #D2FD48
Tints of Pear #D2FD48
RGB
CMYK
RGB Variations
Color information
#D2FD48 (or 0xD2FD48) is known color: Pear. HEX triplet: D2, FD and 48. RGB value is (210,253,72). Sum of RGB (Red+Green+Blue) = 210+253+72=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 72 (28.52% from 255 or 13.46% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD48 is #2D02B7. Grayscale: #DCDCDC. Windows color (decimal): -2949816 or 4783570. OLE color: 4783570.
HSL color Cylindrical-coordinate representation of color #D2FD48: hue angle of 74.25º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2FD48 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 72 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.01 |
| HSL | 74.25º | 0.98% | 0.64% | - |
| HSV(B) | 74.25º | 0.72% | 0.99% | - |
| XYZ | 62.87 | 84.42 | 19.11 | - |
| YUV | 219.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 72 | 0.17 | 0 | 0.72 | 0.01 | 74.25 | 0.98 | 0.64 |
| Hex | D2 | FD | 48 | 11 | 0 | 48 | 1 | 4A | 62 | 40 |
| Octal | 322 | 375 | 110 | 21 | 0 | 110 | 1 | 112 | 142 | 100 |
| Binary | 11010010 | 11111101 | 1001000 | 10001 | 0 | 1001000 | 1 | 1001010 | 1100010 | 1000000 |
Color Harmonies of #D2FD48
Complementary color
Monochromatic Colors of #D2FD48
Black with #D2FD48
Text Example
Text Example
White with #D2FD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD48; }
p { color: rgb(210,253,72); }
H1.HeaderClassName
{
color: #D2FD48;
}
.AnyTagClassName
{
color: #D2FD48;
}
</style>
background-color css
<style>
a { background-color: #D2FD48; }
a { background-color: rgb(210,253,72); }
div.DivClassName
{
background-color: #D2FD48;
}
.BgClassName
{
background-color: #D2FD48;
}
</style>
border-color css
<style>
span { border-color: #D2FD48; }
span { border-color: rgb(210,253,72); }
td.TdClassName
{
border-color: #D2FD48;
}
.TagClassName
{
border-color: #D2FD48;
}
</style>