Shades of Pear #D8F538
Tints of Pear #D8F538
RGB
CMYK
RGB Variations
Color information
#D8F538 (or 0xD8F538) is known color: Pear. HEX triplet: D8, F5 and 38. RGB value is (216,245,56). Sum of RGB (Red+Green+Blue) = 216+245+56=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 56 (22.27% from 255 or 10.83% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F538 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F538 is #270AC7. Grayscale: #D7D7D7. Windows color (decimal): -2558664 or 3732952. OLE color: 3732952.
HSL color Cylindrical-coordinate representation of color #D8F538: hue angle of 69.21º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8F538 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 56 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.04 |
| HSL | 69.21º | 0.9% | 0.59% | - |
| HSV(B) | 69.21º | 0.77% | 0.96% | - |
| XYZ | 61.69 | 80.19 | 15.97 | - |
| YUV | 214.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 56 | 0.12 | 0 | 0.77 | 0.04 | 69.21 | 0.9 | 0.59 |
| Hex | D8 | F5 | 38 | C | 0 | 4D | 4 | 45 | 5A | 3B |
| Octal | 330 | 365 | 70 | 14 | 0 | 115 | 4 | 105 | 132 | 73 |
| Binary | 11011000 | 11110101 | 111000 | 1100 | 0 | 1001101 | 100 | 1000101 | 1011010 | 111011 |
Color Harmonies of #D8F538
Complementary color
Monochromatic Colors of #D8F538
Black with #D8F538
Text Example
Text Example
White with #D8F538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F538; }
p { color: rgb(216,245,56); }
H1.HeaderClassName
{
color: #D8F538;
}
.AnyTagClassName
{
color: #D8F538;
}
</style>
background-color css
<style>
a { background-color: #D8F538; }
a { background-color: rgb(216,245,56); }
div.DivClassName
{
background-color: #D8F538;
}
.BgClassName
{
background-color: #D8F538;
}
</style>
border-color css
<style>
span { border-color: #D8F538; }
span { border-color: rgb(216,245,56); }
td.TdClassName
{
border-color: #D8F538;
}
.TagClassName
{
border-color: #D8F538;
}
</style>