Shades of Pear #D2F11F
Tints of Pear #D2F11F
RGB
CMYK
RGB Variations
Color information
#D2F11F (or 0xD2F11F) is known color: Pear. HEX triplet: D2, F1 and 1F. RGB value is (210,241,31). Sum of RGB (Red+Green+Blue) = 210+241+31=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 31 (12.5% from 255 or 6.43% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F11F is #2D0EE0. Grayscale: #D0D0D0. Windows color (decimal): -2952929 or 2093522. OLE color: 2093522.
HSL color Cylindrical-coordinate representation of color #D2F11F: hue angle of 68.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2F11F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 31 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.05 |
| HSL | 68.86º | 0.88% | 0.53% | - |
| HSV(B) | 68.86º | 0.87% | 0.95% | - |
| XYZ | 58.28 | 76.71 | 13.03 | - |
| YUV | 207.79 | 28.23 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 31 | 0.13 | 0 | 0.87 | 0.05 | 68.86 | 0.88 | 0.53 |
| Hex | D2 | F1 | 1F | D | 0 | 57 | 5 | 45 | 58 | 35 |
| Octal | 322 | 361 | 37 | 15 | 0 | 127 | 5 | 105 | 130 | 65 |
| Binary | 11010010 | 11110001 | 11111 | 1101 | 0 | 1010111 | 101 | 1000101 | 1011000 | 110101 |
Color Harmonies of #D2F11F
Complementary color
Monochromatic Colors of #D2F11F
Black with #D2F11F
Text Example
Text Example
White with #D2F11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F11F; }
p { color: rgb(210,241,31); }
H1.HeaderClassName
{
color: #D2F11F;
}
.AnyTagClassName
{
color: #D2F11F;
}
</style>
background-color css
<style>
a { background-color: #D2F11F; }
a { background-color: rgb(210,241,31); }
div.DivClassName
{
background-color: #D2F11F;
}
.BgClassName
{
background-color: #D2F11F;
}
</style>
border-color css
<style>
span { border-color: #D2F11F; }
span { border-color: rgb(210,241,31); }
td.TdClassName
{
border-color: #D2F11F;
}
.TagClassName
{
border-color: #D2F11F;
}
</style>