Shades of Pear #D3EB2A
Tints of Pear #D3EB2A
RGB
CMYK
RGB Variations
Color information
#D3EB2A (or 0xD3EB2A) is known color: Pear. HEX triplet: D3, EB and 2A. RGB value is (211,235,42). Sum of RGB (Red+Green+Blue) = 211+235+42=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB2A is #2C14D5. Grayscale: #CECECE. Windows color (decimal): -2888918 or 2812883. OLE color: 2812883.
HSL color Cylindrical-coordinate representation of color #D3EB2A: hue angle of 67.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3EB2A is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 42 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.08 |
| HSL | 67.46º | 0.83% | 0.54% | - |
| HSV(B) | 67.46º | 0.82% | 0.92% | - |
| XYZ | 56.99 | 73.43 | 13.36 | - |
| YUV | 205.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 42 | 0.10 | 0 | 0.82 | 0.08 | 67.46 | 0.83 | 0.54 |
| Hex | D3 | EB | 2A | A | 0 | 52 | 8 | 43 | 53 | 36 |
| Octal | 323 | 353 | 52 | 12 | 0 | 122 | 10 | 103 | 123 | 66 |
| Binary | 11010011 | 11101011 | 101010 | 1010 | 0 | 1010010 | 1000 | 1000011 | 1010011 | 110110 |
Color Harmonies of #D3EB2A
Complementary color
Monochromatic Colors of #D3EB2A
Black with #D3EB2A
Text Example
Text Example
White with #D3EB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB2A; }
p { color: rgb(211,235,42); }
H1.HeaderClassName
{
color: #D3EB2A;
}
.AnyTagClassName
{
color: #D3EB2A;
}
</style>
background-color css
<style>
a { background-color: #D3EB2A; }
a { background-color: rgb(211,235,42); }
div.DivClassName
{
background-color: #D3EB2A;
}
.BgClassName
{
background-color: #D3EB2A;
}
</style>
border-color css
<style>
span { border-color: #D3EB2A; }
span { border-color: rgb(211,235,42); }
td.TdClassName
{
border-color: #D3EB2A;
}
.TagClassName
{
border-color: #D3EB2A;
}
</style>