Shades of Pear #D1F12A
Tints of Pear #D1F12A
RGB
CMYK
RGB Variations
Color information
#D1F12A (or 0xD1F12A) is known color: Pear. HEX triplet: D1, F1 and 2A. RGB value is (209,241,42). Sum of RGB (Red+Green+Blue) = 209+241+42=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F12A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F12A is #2E0ED5. Grayscale: #D1D1D1. Windows color (decimal): -3018454 or 2814417. OLE color: 2814417.
HSL color Cylindrical-coordinate representation of color #D1F12A: hue angle of 69.65º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1F12A is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 42 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.05 |
| HSL | 69.65º | 0.88% | 0.55% | - |
| HSV(B) | 69.65º | 0.83% | 0.95% | - |
| XYZ | 58.17 | 76.63 | 13.92 | - |
| YUV | 208.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 42 | 0.13 | 0 | 0.83 | 0.05 | 69.65 | 0.88 | 0.55 |
| Hex | D1 | F1 | 2A | D | 0 | 53 | 5 | 46 | 58 | 37 |
| Octal | 321 | 361 | 52 | 15 | 0 | 123 | 5 | 106 | 130 | 67 |
| Binary | 11010001 | 11110001 | 101010 | 1101 | 0 | 1010011 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #D1F12A
Complementary color
Monochromatic Colors of #D1F12A
Black with #D1F12A
Text Example
Text Example
White with #D1F12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F12A; }
p { color: rgb(209,241,42); }
H1.HeaderClassName
{
color: #D1F12A;
}
.AnyTagClassName
{
color: #D1F12A;
}
</style>
background-color css
<style>
a { background-color: #D1F12A; }
a { background-color: rgb(209,241,42); }
div.DivClassName
{
background-color: #D1F12A;
}
.BgClassName
{
background-color: #D1F12A;
}
</style>
border-color css
<style>
span { border-color: #D1F12A; }
span { border-color: rgb(209,241,42); }
td.TdClassName
{
border-color: #D1F12A;
}
.TagClassName
{
border-color: #D1F12A;
}
</style>