Shades of Pear #D5F848
Tints of Pear #D5F848
RGB
CMYK
RGB Variations
Color information
#D5F848 (or 0xD5F848) is known color: Pear. HEX triplet: D5, F8 and 48. RGB value is (213,248,72). Sum of RGB (Red+Green+Blue) = 213+248+72=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 248 (97.27% from 255 or 46.53% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5F848 is #2A07B7. Grayscale: #DADADA. Windows color (decimal): -2754488 or 4782293. OLE color: 4782293.
HSL color Cylindrical-coordinate representation of color #D5F848: hue angle of 71.93º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5F848 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 248 | 72 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.03 |
| HSL | 71.93º | 0.93% | 0.63% | - |
| HSV(B) | 71.93º | 0.71% | 0.97% | - |
| XYZ | 62.18 | 81.75 | 18.63 | - |
| YUV | 217.47 | 45.9 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 248 | 72 | 0.14 | 0 | 0.71 | 0.03 | 71.93 | 0.93 | 0.63 |
| Hex | D5 | F8 | 48 | E | 0 | 47 | 3 | 48 | 5D | 3F |
| Octal | 325 | 370 | 110 | 16 | 0 | 107 | 3 | 110 | 135 | 77 |
| Binary | 11010101 | 11111000 | 1001000 | 1110 | 0 | 1000111 | 11 | 1001000 | 1011101 | 111111 |
Color Harmonies of #D5F848
Complementary color
Monochromatic Colors of #D5F848
Black with #D5F848
Text Example
Text Example
White with #D5F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F848; }
p { color: rgb(213,248,72); }
H1.HeaderClassName
{
color: #D5F848;
}
.AnyTagClassName
{
color: #D5F848;
}
</style>
background-color css
<style>
a { background-color: #D5F848; }
a { background-color: rgb(213,248,72); }
div.DivClassName
{
background-color: #D5F848;
}
.BgClassName
{
background-color: #D5F848;
}
</style>
border-color css
<style>
span { border-color: #D5F848; }
span { border-color: rgb(213,248,72); }
td.TdClassName
{
border-color: #D5F848;
}
.TagClassName
{
border-color: #D5F848;
}
</style>