Shades of Pear #D3EA2D
Tints of Pear #D3EA2D
RGB
CMYK
RGB Variations
Color information
#D3EA2D (or 0xD3EA2D) is known color: Pear. HEX triplet: D3, EA and 2D. RGB value is (211,234,45). Sum of RGB (Red+Green+Blue) = 211+234+45=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EA2D is #2C15D2. Grayscale: #CECECE. Windows color (decimal): -2889171 or 3009235. OLE color: 3009235.
HSL color Cylindrical-coordinate representation of color #D3EA2D: hue angle of 67.3º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3EA2D is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 45 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.08 |
| HSL | 67.3º | 0.82% | 0.55% | - |
| HSV(B) | 67.3º | 0.81% | 0.92% | - |
| XYZ | 56.76 | 72.88 | 13.56 | - |
| YUV | 205.58 | 37.38 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 45 | 0.10 | 0 | 0.81 | 0.08 | 67.3 | 0.82 | 0.55 |
| Hex | D3 | EA | 2D | A | 0 | 51 | 8 | 43 | 52 | 37 |
| Octal | 323 | 352 | 55 | 12 | 0 | 121 | 10 | 103 | 122 | 67 |
| Binary | 11010011 | 11101010 | 101101 | 1010 | 0 | 1010001 | 1000 | 1000011 | 1010010 | 110111 |
Color Harmonies of #D3EA2D
Complementary color
Monochromatic Colors of #D3EA2D
Black with #D3EA2D
Text Example
Text Example
White with #D3EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EA2D; }
p { color: rgb(211,234,45); }
H1.HeaderClassName
{
color: #D3EA2D;
}
.AnyTagClassName
{
color: #D3EA2D;
}
</style>
background-color css
<style>
a { background-color: #D3EA2D; }
a { background-color: rgb(211,234,45); }
div.DivClassName
{
background-color: #D3EA2D;
}
.BgClassName
{
background-color: #D3EA2D;
}
</style>
border-color css
<style>
span { border-color: #D3EA2D; }
span { border-color: rgb(211,234,45); }
td.TdClassName
{
border-color: #D3EA2D;
}
.TagClassName
{
border-color: #D3EA2D;
}
</style>