Shades of Pear #D3E71F
Tints of Pear #D3E71F
RGB
CMYK
RGB Variations
Color information
#D3E71F (or 0xD3E71F) is known color: Pear. HEX triplet: D3, E7 and 1F. RGB value is (211,231,31). Sum of RGB (Red+Green+Blue) = 211+231+31=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E71F is #2C18E0. Grayscale: #CACACA. Windows color (decimal): -2889953 or 2090963. OLE color: 2090963.
HSL color Cylindrical-coordinate representation of color #D3E71F: hue angle of 66º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3E71F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 31 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.09 |
| HSL | 66º | 0.81% | 0.51% | - |
| HSV(B) | 66º | 0.87% | 0.91% | - |
| XYZ | 55.69 | 71.1 | 12.08 | - |
| YUV | 202.22 | 31.37 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 31 | 0.09 | 0 | 0.87 | 0.09 | 66 | 0.81 | 0.51 |
| Hex | D3 | E7 | 1F | 9 | 0 | 57 | 9 | 42 | 51 | 33 |
| Octal | 323 | 347 | 37 | 11 | 0 | 127 | 11 | 102 | 121 | 63 |
| Binary | 11010011 | 11100111 | 11111 | 1001 | 0 | 1010111 | 1001 | 1000010 | 1010001 | 110011 |
Color Harmonies of #D3E71F
Complementary color
Monochromatic Colors of #D3E71F
Black with #D3E71F
Text Example
Text Example
White with #D3E71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E71F; }
p { color: rgb(211,231,31); }
H1.HeaderClassName
{
color: #D3E71F;
}
.AnyTagClassName
{
color: #D3E71F;
}
</style>
background-color css
<style>
a { background-color: #D3E71F; }
a { background-color: rgb(211,231,31); }
div.DivClassName
{
background-color: #D3E71F;
}
.BgClassName
{
background-color: #D3E71F;
}
</style>
border-color css
<style>
span { border-color: #D3E71F; }
span { border-color: rgb(211,231,31); }
td.TdClassName
{
border-color: #D3E71F;
}
.TagClassName
{
border-color: #D3E71F;
}
</style>