Shades of Pear #D3E11F
Tints of Pear #D3E11F
RGB
CMYK
RGB Variations
Color information
#D3E11F (or 0xD3E11F) is known color: Pear. HEX triplet: D3, E1 and 1F. RGB value is (211,225,31). Sum of RGB (Red+Green+Blue) = 211+225+31=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 225 (88.28% from 255 or 48.18% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E11F is #2C1EE0. Grayscale: #C7C7C7. Windows color (decimal): -2891489 or 2089427. OLE color: 2089427.
HSL color Cylindrical-coordinate representation of color #D3E11F: hue angle of 64.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3E11F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.12 |
| HSL | 64.33º | 0.76% | 0.5% | - |
| HSV(B) | 64.33º | 0.86% | 0.88% | - |
| XYZ | 54.04 | 67.8 | 11.53 | - |
| YUV | 198.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 31 | 0.06 | 0 | 0.86 | 0.12 | 64.33 | 0.76 | 0.5 |
| Hex | D3 | E1 | 1F | 6 | 0 | 56 | C | 40 | 4C | 32 |
| Octal | 323 | 341 | 37 | 6 | 0 | 126 | 14 | 100 | 114 | 62 |
| Binary | 11010011 | 11100001 | 11111 | 110 | 0 | 1010110 | 1100 | 1000000 | 1001100 | 110010 |
Color Harmonies of #D3E11F
Complementary color
Monochromatic Colors of #D3E11F
Black with #D3E11F
Text Example
Text Example
White with #D3E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E11F; }
p { color: rgb(211,225,31); }
H1.HeaderClassName
{
color: #D3E11F;
}
.AnyTagClassName
{
color: #D3E11F;
}
</style>
background-color css
<style>
a { background-color: #D3E11F; }
a { background-color: rgb(211,225,31); }
div.DivClassName
{
background-color: #D3E11F;
}
.BgClassName
{
background-color: #D3E11F;
}
</style>
border-color css
<style>
span { border-color: #D3E11F; }
span { border-color: rgb(211,225,31); }
td.TdClassName
{
border-color: #D3E11F;
}
.TagClassName
{
border-color: #D3E11F;
}
</style>