Shades of Pear #D3EF1D
Tints of Pear #D3EF1D
RGB
CMYK
RGB Variations
Color information
#D3EF1D (or 0xD3EF1D) is known color: Pear. HEX triplet: D3, EF and 1D. RGB value is (211,239,29). Sum of RGB (Red+Green+Blue) = 211+239+29=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EF1D is #2C10E2. Grayscale: #CFCFCF. Windows color (decimal): -2887907 or 1961939. OLE color: 1961939.
HSL color Cylindrical-coordinate representation of color #D3EF1D: hue angle of 68º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3EF1D is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 29 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.06 |
| HSL | 68º | 0.87% | 0.53% | - |
| HSV(B) | 68º | 0.88% | 0.94% | - |
| XYZ | 57.95 | 75.67 | 12.71 | - |
| YUV | 206.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 29 | 0.12 | 0 | 0.88 | 0.06 | 68 | 0.87 | 0.53 |
| Hex | D3 | EF | 1D | C | 0 | 58 | 6 | 44 | 57 | 35 |
| Octal | 323 | 357 | 35 | 14 | 0 | 130 | 6 | 104 | 127 | 65 |
| Binary | 11010011 | 11101111 | 11101 | 1100 | 0 | 1011000 | 110 | 1000100 | 1010111 | 110101 |
Color Harmonies of #D3EF1D
Complementary color
Monochromatic Colors of #D3EF1D
Black with #D3EF1D
Text Example
Text Example
White with #D3EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EF1D; }
p { color: rgb(211,239,29); }
H1.HeaderClassName
{
color: #D3EF1D;
}
.AnyTagClassName
{
color: #D3EF1D;
}
</style>
background-color css
<style>
a { background-color: #D3EF1D; }
a { background-color: rgb(211,239,29); }
div.DivClassName
{
background-color: #D3EF1D;
}
.BgClassName
{
background-color: #D3EF1D;
}
</style>
border-color css
<style>
span { border-color: #D3EF1D; }
span { border-color: rgb(211,239,29); }
td.TdClassName
{
border-color: #D3EF1D;
}
.TagClassName
{
border-color: #D3EF1D;
}
</style>