Shades of Pear #D3EA3F
Tints of Pear #D3EA3F
RGB
CMYK
RGB Variations
Color information
#D3EA3F (or 0xD3EA3F) is known color: Pear. HEX triplet: D3, EA and 3F. RGB value is (211,234,63). Sum of RGB (Red+Green+Blue) = 211+234+63=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 63 (25% from 255 or 12.40% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EA3F is #2C15C0. Grayscale: #D0D0D0. Windows color (decimal): -2889153 or 4188883. OLE color: 4188883.
HSL color Cylindrical-coordinate representation of color #D3EA3F: hue angle of 68.07º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3EA3F is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 63 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.08 |
| HSL | 68.07º | 0.8% | 0.58% | - |
| HSV(B) | 68.07º | 0.73% | 0.92% | - |
| XYZ | 57.18 | 73.05 | 15.79 | - |
| YUV | 207.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 63 | 0.10 | 0 | 0.73 | 0.08 | 68.07 | 0.8 | 0.58 |
| Hex | D3 | EA | 3F | A | 0 | 49 | 8 | 44 | 50 | 3A |
| Octal | 323 | 352 | 77 | 12 | 0 | 111 | 10 | 104 | 120 | 72 |
| Binary | 11010011 | 11101010 | 111111 | 1010 | 0 | 1001001 | 1000 | 1000100 | 1010000 | 111010 |
Color Harmonies of #D3EA3F
Complementary color
Monochromatic Colors of #D3EA3F
Black with #D3EA3F
Text Example
Text Example
White with #D3EA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EA3F; }
p { color: rgb(211,234,63); }
H1.HeaderClassName
{
color: #D3EA3F;
}
.AnyTagClassName
{
color: #D3EA3F;
}
</style>
background-color css
<style>
a { background-color: #D3EA3F; }
a { background-color: rgb(211,234,63); }
div.DivClassName
{
background-color: #D3EA3F;
}
.BgClassName
{
background-color: #D3EA3F;
}
</style>
border-color css
<style>
span { border-color: #D3EA3F; }
span { border-color: rgb(211,234,63); }
td.TdClassName
{
border-color: #D3EA3F;
}
.TagClassName
{
border-color: #D3EA3F;
}
</style>