Shades of Pear #D8F348
Tints of Pear #D8F348
RGB
CMYK
RGB Variations
Color information
#D8F348 (or 0xD8F348) is known color: Pear. HEX triplet: D8, F3 and 48. RGB value is (216,243,72). Sum of RGB (Red+Green+Blue) = 216+243+72=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F348 is #270CB7. Grayscale: #D8D8D8. Windows color (decimal): -2559160 or 4781016. OLE color: 4781016.
HSL color Cylindrical-coordinate representation of color #D8F348: hue angle of 69.47º degrees, saturation: 0.88, 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 #D8F348 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 72 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.05 |
| HSL | 69.47º | 0.88% | 0.62% | - |
| HSV(B) | 69.47º | 0.7% | 0.95% | - |
| XYZ | 61.54 | 79.17 | 18.17 | - |
| YUV | 215.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 72 | 0.11 | 0 | 0.70 | 0.05 | 69.47 | 0.88 | 0.62 |
| Hex | D8 | F3 | 48 | B | 0 | 46 | 5 | 45 | 58 | 3E |
| Octal | 330 | 363 | 110 | 13 | 0 | 106 | 5 | 105 | 130 | 76 |
| Binary | 11011000 | 11110011 | 1001000 | 1011 | 0 | 1000110 | 101 | 1000101 | 1011000 | 111110 |
Color Harmonies of #D8F348
Complementary color
Monochromatic Colors of #D8F348
Black with #D8F348
Text Example
Text Example
White with #D8F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F348; }
p { color: rgb(216,243,72); }
H1.HeaderClassName
{
color: #D8F348;
}
.AnyTagClassName
{
color: #D8F348;
}
</style>
background-color css
<style>
a { background-color: #D8F348; }
a { background-color: rgb(216,243,72); }
div.DivClassName
{
background-color: #D8F348;
}
.BgClassName
{
background-color: #D8F348;
}
</style>
border-color css
<style>
span { border-color: #D8F348; }
span { border-color: rgb(216,243,72); }
td.TdClassName
{
border-color: #D8F348;
}
.TagClassName
{
border-color: #D8F348;
}
</style>