Shades of Pear #D2FB48
Tints of Pear #D2FB48
RGB
CMYK
RGB Variations
Color information
#D2FB48 (or 0xD2FB48) is known color: Pear. HEX triplet: D2, FB and 48. RGB value is (210,251,72). Sum of RGB (Red+Green+Blue) = 210+251+72=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FB48 is #2D04B7. Grayscale: #DBDBDB. Windows color (decimal): -2950328 or 4783058. OLE color: 4783058.
HSL color Cylindrical-coordinate representation of color #D2FB48: hue angle of 73.74º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2FB48 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 251 | 72 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.02 |
| HSL | 73.74º | 0.96% | 0.63% | - |
| HSV(B) | 73.74º | 0.71% | 0.98% | - |
| XYZ | 62.25 | 83.16 | 18.9 | - |
| YUV | 218.34 | 45.42 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 251 | 72 | 0.16 | 0 | 0.71 | 0.02 | 73.74 | 0.96 | 0.63 |
| Hex | D2 | FB | 48 | 10 | 0 | 47 | 2 | 4A | 60 | 3F |
| Octal | 322 | 373 | 110 | 20 | 0 | 107 | 2 | 112 | 140 | 77 |
| Binary | 11010010 | 11111011 | 1001000 | 10000 | 0 | 1000111 | 10 | 1001010 | 1100000 | 111111 |
Color Harmonies of #D2FB48
Complementary color
Monochromatic Colors of #D2FB48
Black with #D2FB48
Text Example
Text Example
White with #D2FB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FB48; }
p { color: rgb(210,251,72); }
H1.HeaderClassName
{
color: #D2FB48;
}
.AnyTagClassName
{
color: #D2FB48;
}
</style>
background-color css
<style>
a { background-color: #D2FB48; }
a { background-color: rgb(210,251,72); }
div.DivClassName
{
background-color: #D2FB48;
}
.BgClassName
{
background-color: #D2FB48;
}
</style>
border-color css
<style>
span { border-color: #D2FB48; }
span { border-color: rgb(210,251,72); }
td.TdClassName
{
border-color: #D2FB48;
}
.TagClassName
{
border-color: #D2FB48;
}
</style>