Shades of Pear #D3EE2D
Tints of Pear #D3EE2D
RGB
CMYK
RGB Variations
Color information
#D3EE2D (or 0xD3EE2D) is known color: Pear. HEX triplet: D3, EE and 2D. RGB value is (211,238,45). Sum of RGB (Red+Green+Blue) = 211+238+45=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EE2D is #2C11D2. Grayscale: #D0D0D0. Windows color (decimal): -2888147 or 3010259. OLE color: 3010259.
HSL color Cylindrical-coordinate representation of color #D3EE2D: hue angle of 68.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D3EE2D is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 45 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.07 |
| HSL | 68.39º | 0.85% | 0.55% | - |
| HSV(B) | 68.39º | 0.81% | 0.93% | - |
| XYZ | 57.91 | 75.19 | 13.94 | - |
| YUV | 207.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 45 | 0.11 | 0 | 0.81 | 0.07 | 68.39 | 0.85 | 0.55 |
| Hex | D3 | EE | 2D | B | 0 | 51 | 7 | 44 | 55 | 37 |
| Octal | 323 | 356 | 55 | 13 | 0 | 121 | 7 | 104 | 125 | 67 |
| Binary | 11010011 | 11101110 | 101101 | 1011 | 0 | 1010001 | 111 | 1000100 | 1010101 | 110111 |
Color Harmonies of #D3EE2D
Complementary color
Monochromatic Colors of #D3EE2D
Black with #D3EE2D
Text Example
Text Example
White with #D3EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EE2D; }
p { color: rgb(211,238,45); }
H1.HeaderClassName
{
color: #D3EE2D;
}
.AnyTagClassName
{
color: #D3EE2D;
}
</style>
background-color css
<style>
a { background-color: #D3EE2D; }
a { background-color: rgb(211,238,45); }
div.DivClassName
{
background-color: #D3EE2D;
}
.BgClassName
{
background-color: #D3EE2D;
}
</style>
border-color css
<style>
span { border-color: #D3EE2D; }
span { border-color: rgb(211,238,45); }
td.TdClassName
{
border-color: #D3EE2D;
}
.TagClassName
{
border-color: #D3EE2D;
}
</style>