Shades of Pear #D3EB3B
Tints of Pear #D3EB3B
RGB
CMYK
RGB Variations
Color information
#D3EB3B (or 0xD3EB3B) is known color: Pear. HEX triplet: D3, EB and 3B. RGB value is (211,235,59). Sum of RGB (Red+Green+Blue) = 211+235+59=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB3B is #2C14C4. Grayscale: #D0D0D0. Windows color (decimal): -2888901 or 3926995. OLE color: 3926995.
HSL color Cylindrical-coordinate representation of color #D3EB3B: hue angle of 68.18º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3EB3B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 59 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.08 |
| HSL | 68.18º | 0.81% | 0.58% | - |
| HSV(B) | 68.18º | 0.75% | 0.92% | - |
| XYZ | 57.36 | 73.58 | 15.32 | - |
| YUV | 207.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 59 | 0.10 | 0 | 0.75 | 0.08 | 68.18 | 0.81 | 0.58 |
| Hex | D3 | EB | 3B | A | 0 | 4B | 8 | 44 | 51 | 3A |
| Octal | 323 | 353 | 73 | 12 | 0 | 113 | 10 | 104 | 121 | 72 |
| Binary | 11010011 | 11101011 | 111011 | 1010 | 0 | 1001011 | 1000 | 1000100 | 1010001 | 111010 |
Color Harmonies of #D3EB3B
Complementary color
Monochromatic Colors of #D3EB3B
Black with #D3EB3B
Text Example
Text Example
White with #D3EB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB3B; }
p { color: rgb(211,235,59); }
H1.HeaderClassName
{
color: #D3EB3B;
}
.AnyTagClassName
{
color: #D3EB3B;
}
</style>
background-color css
<style>
a { background-color: #D3EB3B; }
a { background-color: rgb(211,235,59); }
div.DivClassName
{
background-color: #D3EB3B;
}
.BgClassName
{
background-color: #D3EB3B;
}
</style>
border-color css
<style>
span { border-color: #D3EB3B; }
span { border-color: rgb(211,235,59); }
td.TdClassName
{
border-color: #D3EB3B;
}
.TagClassName
{
border-color: #D3EB3B;
}
</style>