Shades of Pear #D3EA1D
Tints of Pear #D3EA1D
RGB
CMYK
RGB Variations
Color information
#D3EA1D (or 0xD3EA1D) is known color: Pear. HEX triplet: D3, EA and 1D. RGB value is (211,234,29). Sum of RGB (Red+Green+Blue) = 211+234+29=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EA1D is #2C15E2. Grayscale: #CCCCCC. Windows color (decimal): -2889187 or 1960659. OLE color: 1960659.
HSL color Cylindrical-coordinate representation of color #D3EA1D: hue angle of 66.73º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3EA1D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.08 |
| HSL | 66.73º | 0.83% | 0.52% | - |
| HSV(B) | 66.73º | 0.88% | 0.92% | - |
| XYZ | 56.51 | 72.78 | 12.23 | - |
| YUV | 203.75 | 29.38 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 29 | 0.10 | 0 | 0.88 | 0.08 | 66.73 | 0.83 | 0.52 |
| Hex | D3 | EA | 1D | A | 0 | 58 | 8 | 43 | 53 | 34 |
| Octal | 323 | 352 | 35 | 12 | 0 | 130 | 10 | 103 | 123 | 64 |
| Binary | 11010011 | 11101010 | 11101 | 1010 | 0 | 1011000 | 1000 | 1000011 | 1010011 | 110100 |
Color Harmonies of #D3EA1D
Complementary color
Monochromatic Colors of #D3EA1D
Black with #D3EA1D
Text Example
Text Example
White with #D3EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EA1D; }
p { color: rgb(211,234,29); }
H1.HeaderClassName
{
color: #D3EA1D;
}
.AnyTagClassName
{
color: #D3EA1D;
}
</style>
background-color css
<style>
a { background-color: #D3EA1D; }
a { background-color: rgb(211,234,29); }
div.DivClassName
{
background-color: #D3EA1D;
}
.BgClassName
{
background-color: #D3EA1D;
}
</style>
border-color css
<style>
span { border-color: #D3EA1D; }
span { border-color: rgb(211,234,29); }
td.TdClassName
{
border-color: #D3EA1D;
}
.TagClassName
{
border-color: #D3EA1D;
}
</style>