Shades of Pear #D8F148
Tints of Pear #D8F148
RGB
CMYK
RGB Variations
Color information
#D8F148 (or 0xD8F148) is known color: Pear. HEX triplet: D8, F1 and 48. RGB value is (216,241,72). Sum of RGB (Red+Green+Blue) = 216+241+72=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F148 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F148 is #270EB7. Grayscale: #D6D6D6. Windows color (decimal): -2559672 or 4780504. OLE color: 4780504.
HSL color Cylindrical-coordinate representation of color #D8F148: hue angle of 68.88º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F148 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 72 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.05 |
| HSL | 68.88º | 0.86% | 0.61% | - |
| HSV(B) | 68.88º | 0.7% | 0.95% | - |
| XYZ | 60.94 | 77.98 | 17.97 | - |
| YUV | 214.26 | 47.72 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 72 | 0.10 | 0 | 0.70 | 0.05 | 68.88 | 0.86 | 0.61 |
| Hex | D8 | F1 | 48 | A | 0 | 46 | 5 | 45 | 56 | 3D |
| Octal | 330 | 361 | 110 | 12 | 0 | 106 | 5 | 105 | 126 | 75 |
| Binary | 11011000 | 11110001 | 1001000 | 1010 | 0 | 1000110 | 101 | 1000101 | 1010110 | 111101 |
Color Harmonies of #D8F148
Complementary color
Monochromatic Colors of #D8F148
Black with #D8F148
Text Example
Text Example
White with #D8F148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F148; }
p { color: rgb(216,241,72); }
H1.HeaderClassName
{
color: #D8F148;
}
.AnyTagClassName
{
color: #D8F148;
}
</style>
background-color css
<style>
a { background-color: #D8F148; }
a { background-color: rgb(216,241,72); }
div.DivClassName
{
background-color: #D8F148;
}
.BgClassName
{
background-color: #D8F148;
}
</style>
border-color css
<style>
span { border-color: #D8F148; }
span { border-color: rgb(216,241,72); }
td.TdClassName
{
border-color: #D8F148;
}
.TagClassName
{
border-color: #D8F148;
}
</style>