Shades of Pear #D8F525
Tints of Pear #D8F525
RGB
CMYK
RGB Variations
Color information
#D8F525 (or 0xD8F525) is known color: Pear. HEX triplet: D8, F5 and 25. RGB value is (216,245,37). Sum of RGB (Red+Green+Blue) = 216+245+37=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #D8F525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F525 is #270ADA. Grayscale: #D5D5D5. Windows color (decimal): -2558683 or 2487768. OLE color: 2487768.
HSL color Cylindrical-coordinate representation of color #D8F525: hue angle of 68.37º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8F525 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 245 | 37 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.04 |
| HSL | 68.37º | 0.91% | 0.55% | - |
| HSV(B) | 68.37º | 0.85% | 0.96% | - |
| XYZ | 61.31 | 80.04 | 13.97 | - |
| YUV | 212.62 | 28.89 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 37 | 0.12 | 0 | 0.85 | 0.04 | 68.37 | 0.91 | 0.55 |
| Hex | D8 | F5 | 25 | C | 0 | 55 | 4 | 44 | 5B | 37 |
| Octal | 330 | 365 | 45 | 14 | 0 | 125 | 4 | 104 | 133 | 67 |
| Binary | 11011000 | 11110101 | 100101 | 1100 | 0 | 1010101 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #D8F525
Complementary color
Monochromatic Colors of #D8F525
Black with #D8F525
Text Example
Text Example
White with #D8F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F525; }
p { color: rgb(216,245,37); }
H1.HeaderClassName
{
color: #D8F525;
}
.AnyTagClassName
{
color: #D8F525;
}
</style>
background-color css
<style>
a { background-color: #D8F525; }
a { background-color: rgb(216,245,37); }
div.DivClassName
{
background-color: #D8F525;
}
.BgClassName
{
background-color: #D8F525;
}
</style>
border-color css
<style>
span { border-color: #D8F525; }
span { border-color: rgb(216,245,37); }
td.TdClassName
{
border-color: #D8F525;
}
.TagClassName
{
border-color: #D8F525;
}
</style>