Shades of Pear #D1F524
Tints of Pear #D1F524
RGB
CMYK
RGB Variations
Color information
#D1F524 (or 0xD1F524) is known color: Pear. HEX triplet: D1, F5 and 24. RGB value is (209,245,36). Sum of RGB (Red+Green+Blue) = 209+245+36=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F524 is #2E0ADB. Grayscale: #D3D3D3. Windows color (decimal): -3017436 or 2422225. OLE color: 2422225.
HSL color Cylindrical-coordinate representation of color #D1F524: hue angle of 70.33º 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 #D1F524 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 36 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.04 |
| HSL | 70.33º | 0.91% | 0.55% | - |
| HSV(B) | 70.33º | 0.85% | 0.96% | - |
| XYZ | 59.27 | 78.99 | 13.79 | - |
| YUV | 210.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 36 | 0.15 | 0 | 0.85 | 0.04 | 70.33 | 0.91 | 0.55 |
| Hex | D1 | F5 | 24 | F | 0 | 55 | 4 | 46 | 5B | 37 |
| Octal | 321 | 365 | 44 | 17 | 0 | 125 | 4 | 106 | 133 | 67 |
| Binary | 11010001 | 11110101 | 100100 | 1111 | 0 | 1010101 | 100 | 1000110 | 1011011 | 110111 |
Color Harmonies of #D1F524
Complementary color
Monochromatic Colors of #D1F524
Black with #D1F524
Text Example
Text Example
White with #D1F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F524; }
p { color: rgb(209,245,36); }
H1.HeaderClassName
{
color: #D1F524;
}
.AnyTagClassName
{
color: #D1F524;
}
</style>
background-color css
<style>
a { background-color: #D1F524; }
a { background-color: rgb(209,245,36); }
div.DivClassName
{
background-color: #D1F524;
}
.BgClassName
{
background-color: #D1F524;
}
</style>
border-color css
<style>
span { border-color: #D1F524; }
span { border-color: rgb(209,245,36); }
td.TdClassName
{
border-color: #D1F524;
}
.TagClassName
{
border-color: #D1F524;
}
</style>