Shades of Pear #D1F53A
Tints of Pear #D1F53A
RGB
CMYK
RGB Variations
Color information
#D1F53A (or 0xD1F53A) is known color: Pear. HEX triplet: D1, F5 and 3A. RGB value is (209,245,58). Sum of RGB (Red+Green+Blue) = 209+245+58=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F53A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F53A is #2E0AC5. Grayscale: #D5D5D5. Windows color (decimal): -3017414 or 3864017. OLE color: 3864017.
HSL color Cylindrical-coordinate representation of color #D1F53A: hue angle of 71.55º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1F53A is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 58 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.04 |
| HSL | 71.55º | 0.9% | 0.59% | - |
| HSV(B) | 71.55º | 0.76% | 0.96% | - |
| XYZ | 59.71 | 79.17 | 16.14 | - |
| YUV | 212.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 58 | 0.15 | 0 | 0.76 | 0.04 | 71.55 | 0.9 | 0.59 |
| Hex | D1 | F5 | 3A | F | 0 | 4C | 4 | 48 | 5A | 3B |
| Octal | 321 | 365 | 72 | 17 | 0 | 114 | 4 | 110 | 132 | 73 |
| Binary | 11010001 | 11110101 | 111010 | 1111 | 0 | 1001100 | 100 | 1001000 | 1011010 | 111011 |
Color Harmonies of #D1F53A
Complementary color
Monochromatic Colors of #D1F53A
Black with #D1F53A
Text Example
Text Example
White with #D1F53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F53A; }
p { color: rgb(209,245,58); }
H1.HeaderClassName
{
color: #D1F53A;
}
.AnyTagClassName
{
color: #D1F53A;
}
</style>
background-color css
<style>
a { background-color: #D1F53A; }
a { background-color: rgb(209,245,58); }
div.DivClassName
{
background-color: #D1F53A;
}
.BgClassName
{
background-color: #D1F53A;
}
</style>
border-color css
<style>
span { border-color: #D1F53A; }
span { border-color: rgb(209,245,58); }
td.TdClassName
{
border-color: #D1F53A;
}
.TagClassName
{
border-color: #D1F53A;
}
</style>