Shades of Pear #D3ED1D
Tints of Pear #D3ED1D
RGB
CMYK
RGB Variations
Color information
#D3ED1D (or 0xD3ED1D) is known color: Pear. HEX triplet: D3, ED and 1D. RGB value is (211,237,29). Sum of RGB (Red+Green+Blue) = 211+237+29=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3ED1D is #2C12E2. Grayscale: #CECECE. Windows color (decimal): -2888419 or 1961427. OLE color: 1961427.
HSL color Cylindrical-coordinate representation of color #D3ED1D: hue angle of 67.5º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3ED1D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.07 |
| HSL | 67.5º | 0.85% | 0.52% | - |
| HSV(B) | 67.5º | 0.88% | 0.93% | - |
| XYZ | 57.37 | 74.51 | 12.52 | - |
| YUV | 205.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 29 | 0.11 | 0 | 0.88 | 0.07 | 67.5 | 0.85 | 0.52 |
| Hex | D3 | ED | 1D | B | 0 | 58 | 7 | 44 | 55 | 34 |
| Octal | 323 | 355 | 35 | 13 | 0 | 130 | 7 | 104 | 125 | 64 |
| Binary | 11010011 | 11101101 | 11101 | 1011 | 0 | 1011000 | 111 | 1000100 | 1010101 | 110100 |
Color Harmonies of #D3ED1D
Complementary color
Monochromatic Colors of #D3ED1D
Black with #D3ED1D
Text Example
Text Example
White with #D3ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED1D; }
p { color: rgb(211,237,29); }
H1.HeaderClassName
{
color: #D3ED1D;
}
.AnyTagClassName
{
color: #D3ED1D;
}
</style>
background-color css
<style>
a { background-color: #D3ED1D; }
a { background-color: rgb(211,237,29); }
div.DivClassName
{
background-color: #D3ED1D;
}
.BgClassName
{
background-color: #D3ED1D;
}
</style>
border-color css
<style>
span { border-color: #D3ED1D; }
span { border-color: rgb(211,237,29); }
td.TdClassName
{
border-color: #D3ED1D;
}
.TagClassName
{
border-color: #D3ED1D;
}
</style>