Shades of Pear #D3F11D
Tints of Pear #D3F11D
RGB
CMYK
RGB Variations
Color information
#D3F11D (or 0xD3F11D) is known color: Pear. HEX triplet: D3, F1 and 1D. RGB value is (211,241,29). Sum of RGB (Red+Green+Blue) = 211+241+29=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3F11D is #2C0EE2. Grayscale: #D0D0D0. Windows color (decimal): -2887395 or 1962451. OLE color: 1962451.
HSL color Cylindrical-coordinate representation of color #D3F11D: hue angle of 68.49º 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 #D3F11D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.05 |
| HSL | 68.49º | 0.88% | 0.53% | - |
| HSV(B) | 68.49º | 0.88% | 0.95% | - |
| XYZ | 58.54 | 76.85 | 12.91 | - |
| YUV | 207.86 | 27.06 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 29 | 0.12 | 0 | 0.88 | 0.05 | 68.49 | 0.88 | 0.53 |
| Hex | D3 | F1 | 1D | C | 0 | 58 | 5 | 44 | 58 | 35 |
| Octal | 323 | 361 | 35 | 14 | 0 | 130 | 5 | 104 | 130 | 65 |
| Binary | 11010011 | 11110001 | 11101 | 1100 | 0 | 1011000 | 101 | 1000100 | 1011000 | 110101 |
Color Harmonies of #D3F11D
Complementary color
Monochromatic Colors of #D3F11D
Black with #D3F11D
Text Example
Text Example
White with #D3F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F11D; }
p { color: rgb(211,241,29); }
H1.HeaderClassName
{
color: #D3F11D;
}
.AnyTagClassName
{
color: #D3F11D;
}
</style>
background-color css
<style>
a { background-color: #D3F11D; }
a { background-color: rgb(211,241,29); }
div.DivClassName
{
background-color: #D3F11D;
}
.BgClassName
{
background-color: #D3F11D;
}
</style>
border-color css
<style>
span { border-color: #D3F11D; }
span { border-color: rgb(211,241,29); }
td.TdClassName
{
border-color: #D3F11D;
}
.TagClassName
{
border-color: #D3F11D;
}
</style>