Shades of Pear #D2F11E
Tints of Pear #D2F11E
RGB
CMYK
RGB Variations
Color information
#D2F11E (or 0xD2F11E) is known color: Pear. HEX triplet: D2, F1 and 1E. RGB value is (210,241,30). Sum of RGB (Red+Green+Blue) = 210+241+30=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 30 (12.11% from 255 or 6.24% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F11E is #2D0EE1. Grayscale: #D0D0D0. Windows color (decimal): -2952930 or 2027986. OLE color: 2027986.
HSL color Cylindrical-coordinate representation of color #D2F11E: hue angle of 68.82º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2F11E is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 30 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.05 |
| HSL | 68.82º | 0.88% | 0.53% | - |
| HSV(B) | 68.82º | 0.88% | 0.95% | - |
| XYZ | 58.27 | 76.71 | 12.96 | - |
| YUV | 207.68 | 27.73 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 30 | 0.13 | 0 | 0.88 | 0.05 | 68.82 | 0.88 | 0.53 |
| Hex | D2 | F1 | 1E | D | 0 | 58 | 5 | 45 | 58 | 35 |
| Octal | 322 | 361 | 36 | 15 | 0 | 130 | 5 | 105 | 130 | 65 |
| Binary | 11010010 | 11110001 | 11110 | 1101 | 0 | 1011000 | 101 | 1000101 | 1011000 | 110101 |
Color Harmonies of #D2F11E
Complementary color
Monochromatic Colors of #D2F11E
Black with #D2F11E
Text Example
Text Example
White with #D2F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F11E; }
p { color: rgb(210,241,30); }
H1.HeaderClassName
{
color: #D2F11E;
}
.AnyTagClassName
{
color: #D2F11E;
}
</style>
background-color css
<style>
a { background-color: #D2F11E; }
a { background-color: rgb(210,241,30); }
div.DivClassName
{
background-color: #D2F11E;
}
.BgClassName
{
background-color: #D2F11E;
}
</style>
border-color css
<style>
span { border-color: #D2F11E; }
span { border-color: rgb(210,241,30); }
td.TdClassName
{
border-color: #D2F11E;
}
.TagClassName
{
border-color: #D2F11E;
}
</style>