Shades of Pear #D3EB1E
Tints of Pear #D3EB1E
RGB
CMYK
RGB Variations
Color information
#D3EB1E (or 0xD3EB1E) is known color: Pear. HEX triplet: D3, EB and 1E. RGB value is (211,235,30). Sum of RGB (Red+Green+Blue) = 211+235+30=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB1E is #2C14E1. Grayscale: #CDCDCD. Windows color (decimal): -2888930 or 2026451. OLE color: 2026451.
HSL color Cylindrical-coordinate representation of color #D3EB1E: hue angle of 67.02º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3EB1E is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 30 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.08 |
| HSL | 67.02º | 0.84% | 0.52% | - |
| HSV(B) | 67.02º | 0.87% | 0.92% | - |
| XYZ | 56.81 | 73.36 | 12.39 | - |
| YUV | 204.45 | 29.55 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 30 | 0.10 | 0 | 0.87 | 0.08 | 67.02 | 0.84 | 0.52 |
| Hex | D3 | EB | 1E | A | 0 | 57 | 8 | 43 | 54 | 34 |
| Octal | 323 | 353 | 36 | 12 | 0 | 127 | 10 | 103 | 124 | 64 |
| Binary | 11010011 | 11101011 | 11110 | 1010 | 0 | 1010111 | 1000 | 1000011 | 1010100 | 110100 |
Color Harmonies of #D3EB1E
Complementary color
Monochromatic Colors of #D3EB1E
Black with #D3EB1E
Text Example
Text Example
White with #D3EB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB1E; }
p { color: rgb(211,235,30); }
H1.HeaderClassName
{
color: #D3EB1E;
}
.AnyTagClassName
{
color: #D3EB1E;
}
</style>
background-color css
<style>
a { background-color: #D3EB1E; }
a { background-color: rgb(211,235,30); }
div.DivClassName
{
background-color: #D3EB1E;
}
.BgClassName
{
background-color: #D3EB1E;
}
</style>
border-color css
<style>
span { border-color: #D3EB1E; }
span { border-color: rgb(211,235,30); }
td.TdClassName
{
border-color: #D3EB1E;
}
.TagClassName
{
border-color: #D3EB1E;
}
</style>