Shades of Pear #D1F52B
Tints of Pear #D1F52B
RGB
CMYK
RGB Variations
Color information
#D1F52B (or 0xD1F52B) is known color: Pear. HEX triplet: D1, F5 and 2B. RGB value is (209,245,43). Sum of RGB (Red+Green+Blue) = 209+245+43=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F52B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F52B is #2E0AD4. Grayscale: #D3D3D3. Windows color (decimal): -3017429 or 2880977. OLE color: 2880977.
HSL color Cylindrical-coordinate representation of color #D1F52B: hue angle of 70.69º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1F52B is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 43 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.04 |
| HSL | 70.69º | 0.91% | 0.56% | - |
| HSV(B) | 70.69º | 0.82% | 0.96% | - |
| XYZ | 59.38 | 79.03 | 14.41 | - |
| YUV | 211.21 | 33.07 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 43 | 0.15 | 0 | 0.82 | 0.04 | 70.69 | 0.91 | 0.56 |
| Hex | D1 | F5 | 2B | F | 0 | 52 | 4 | 47 | 5B | 38 |
| Octal | 321 | 365 | 53 | 17 | 0 | 122 | 4 | 107 | 133 | 70 |
| Binary | 11010001 | 11110101 | 101011 | 1111 | 0 | 1010010 | 100 | 1000111 | 1011011 | 111000 |
Color Harmonies of #D1F52B
Complementary color
Monochromatic Colors of #D1F52B
Black with #D1F52B
Text Example
Text Example
White with #D1F52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F52B; }
p { color: rgb(209,245,43); }
H1.HeaderClassName
{
color: #D1F52B;
}
.AnyTagClassName
{
color: #D1F52B;
}
</style>
background-color css
<style>
a { background-color: #D1F52B; }
a { background-color: rgb(209,245,43); }
div.DivClassName
{
background-color: #D1F52B;
}
.BgClassName
{
background-color: #D1F52B;
}
</style>
border-color css
<style>
span { border-color: #D1F52B; }
span { border-color: rgb(209,245,43); }
td.TdClassName
{
border-color: #D1F52B;
}
.TagClassName
{
border-color: #D1F52B;
}
</style>