Shades of Pear #D3E02E
Tints of Pear #D3E02E
RGB
CMYK
RGB Variations
Color information
#D3E02E (or 0xD3E02E) is known color: Pear. HEX triplet: D3, E0 and 2E. RGB value is (211,224,46). Sum of RGB (Red+Green+Blue) = 211+224+46=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E02E is #2C1FD1. Grayscale: #C8C8C8. Windows color (decimal): -2891730 or 3072211. OLE color: 3072211.
HSL color Cylindrical-coordinate representation of color #D3E02E: hue angle of 64.38º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3E02E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.12 |
| HSL | 64.38º | 0.74% | 0.53% | - |
| HSV(B) | 64.38º | 0.79% | 0.88% | - |
| XYZ | 54.01 | 67.36 | 12.74 | - |
| YUV | 199.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 46 | 0.06 | 0 | 0.79 | 0.12 | 64.38 | 0.74 | 0.53 |
| Hex | D3 | E0 | 2E | 6 | 0 | 4F | C | 40 | 4A | 35 |
| Octal | 323 | 340 | 56 | 6 | 0 | 117 | 14 | 100 | 112 | 65 |
| Binary | 11010011 | 11100000 | 101110 | 110 | 0 | 1001111 | 1100 | 1000000 | 1001010 | 110101 |
Color Harmonies of #D3E02E
Complementary color
Monochromatic Colors of #D3E02E
Black with #D3E02E
Text Example
Text Example
White with #D3E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E02E; }
p { color: rgb(211,224,46); }
H1.HeaderClassName
{
color: #D3E02E;
}
.AnyTagClassName
{
color: #D3E02E;
}
</style>
background-color css
<style>
a { background-color: #D3E02E; }
a { background-color: rgb(211,224,46); }
div.DivClassName
{
background-color: #D3E02E;
}
.BgClassName
{
background-color: #D3E02E;
}
</style>
border-color css
<style>
span { border-color: #D3E02E; }
span { border-color: rgb(211,224,46); }
td.TdClassName
{
border-color: #D3E02E;
}
.TagClassName
{
border-color: #D3E02E;
}
</style>