Shades of Pear #D1F12F
Tints of Pear #D1F12F
RGB
CMYK
RGB Variations
Color information
#D1F12F (or 0xD1F12F) is known color: Pear. HEX triplet: D1, F1 and 2F. RGB value is (209,241,47). Sum of RGB (Red+Green+Blue) = 209+241+47=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F12F is #2E0ED0. Grayscale: #D2D2D2. Windows color (decimal): -3018449 or 3142097. OLE color: 3142097.
HSL color Cylindrical-coordinate representation of color #D1F12F: hue angle of 69.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1F12F is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 47 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.05 |
| HSL | 69.9º | 0.87% | 0.56% | - |
| HSV(B) | 69.9º | 0.8% | 0.95% | - |
| XYZ | 58.26 | 76.67 | 14.42 | - |
| YUV | 209.32 | 36.4 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 47 | 0.13 | 0 | 0.80 | 0.05 | 69.9 | 0.87 | 0.56 |
| Hex | D1 | F1 | 2F | D | 0 | 50 | 5 | 46 | 57 | 38 |
| Octal | 321 | 361 | 57 | 15 | 0 | 120 | 5 | 106 | 127 | 70 |
| Binary | 11010001 | 11110001 | 101111 | 1101 | 0 | 1010000 | 101 | 1000110 | 1010111 | 111000 |
Color Harmonies of #D1F12F
Complementary color
Monochromatic Colors of #D1F12F
Black with #D1F12F
Text Example
Text Example
White with #D1F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F12F; }
p { color: rgb(209,241,47); }
H1.HeaderClassName
{
color: #D1F12F;
}
.AnyTagClassName
{
color: #D1F12F;
}
</style>
background-color css
<style>
a { background-color: #D1F12F; }
a { background-color: rgb(209,241,47); }
div.DivClassName
{
background-color: #D1F12F;
}
.BgClassName
{
background-color: #D1F12F;
}
</style>
border-color css
<style>
span { border-color: #D1F12F; }
span { border-color: rgb(209,241,47); }
td.TdClassName
{
border-color: #D1F12F;
}
.TagClassName
{
border-color: #D1F12F;
}
</style>