Shades of Pear #D3EB18
Tints of Pear #D3EB18
RGB
CMYK
RGB Variations
Color information
#D3EB18 (or 0xD3EB18) is known color: Pear. HEX triplet: D3, EB and 18. RGB value is (211,235,24). Sum of RGB (Red+Green+Blue) = 211+235+24=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 235 (92.19% from 255 or 50% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3EB18 is #2C14E7. Grayscale: #CCCCCC. Windows color (decimal): -2888936 or 1633235. OLE color: 1633235.
HSL color Cylindrical-coordinate representation of color #D3EB18: hue angle of 66.82º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3EB18 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 24 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.08 |
| HSL | 66.82º | 0.84% | 0.51% | - |
| HSV(B) | 66.82º | 0.9% | 0.92% | - |
| XYZ | 56.74 | 73.33 | 12.03 | - |
| YUV | 203.77 | 26.55 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 24 | 0.10 | 0 | 0.90 | 0.08 | 66.82 | 0.84 | 0.51 |
| Hex | D3 | EB | 18 | A | 0 | 5A | 8 | 43 | 54 | 33 |
| Octal | 323 | 353 | 30 | 12 | 0 | 132 | 10 | 103 | 124 | 63 |
| Binary | 11010011 | 11101011 | 11000 | 1010 | 0 | 1011010 | 1000 | 1000011 | 1010100 | 110011 |
Color Harmonies of #D3EB18
Complementary color
Monochromatic Colors of #D3EB18
Black with #D3EB18
Text Example
Text Example
White with #D3EB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB18; }
p { color: rgb(211,235,24); }
H1.HeaderClassName
{
color: #D3EB18;
}
.AnyTagClassName
{
color: #D3EB18;
}
</style>
background-color css
<style>
a { background-color: #D3EB18; }
a { background-color: rgb(211,235,24); }
div.DivClassName
{
background-color: #D3EB18;
}
.BgClassName
{
background-color: #D3EB18;
}
</style>
border-color css
<style>
span { border-color: #D3EB18; }
span { border-color: rgb(211,235,24); }
td.TdClassName
{
border-color: #D3EB18;
}
.TagClassName
{
border-color: #D3EB18;
}
</style>