Shades of Pear #D3EB4B
Tints of Pear #D3EB4B
RGB
CMYK
RGB Variations
Color information
#D3EB4B (or 0xD3EB4B) is known color: Pear. HEX triplet: D3, EB and 4B. RGB value is (211,235,75). Sum of RGB (Red+Green+Blue) = 211+235+75=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB4B is #2C14B4. Grayscale: #D2D2D2. Windows color (decimal): -2888885 or 4975571. OLE color: 4975571.
HSL color Cylindrical-coordinate representation of color #D3EB4B: hue angle of 69º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3EB4B is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 75 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.08 |
| HSL | 69º | 0.8% | 0.61% | - |
| HSV(B) | 69º | 0.68% | 0.92% | - |
| XYZ | 57.84 | 73.77 | 17.85 | - |
| YUV | 209.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 75 | 0.10 | 0 | 0.68 | 0.08 | 69 | 0.8 | 0.61 |
| Hex | D3 | EB | 4B | A | 0 | 44 | 8 | 45 | 50 | 3D |
| Octal | 323 | 353 | 113 | 12 | 0 | 104 | 10 | 105 | 120 | 75 |
| Binary | 11010011 | 11101011 | 1001011 | 1010 | 0 | 1000100 | 1000 | 1000101 | 1010000 | 111101 |
Color Harmonies of #D3EB4B
Complementary color
Monochromatic Colors of #D3EB4B
Black with #D3EB4B
Text Example
Text Example
White with #D3EB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB4B; }
p { color: rgb(211,235,75); }
H1.HeaderClassName
{
color: #D3EB4B;
}
.AnyTagClassName
{
color: #D3EB4B;
}
</style>
background-color css
<style>
a { background-color: #D3EB4B; }
a { background-color: rgb(211,235,75); }
div.DivClassName
{
background-color: #D3EB4B;
}
.BgClassName
{
background-color: #D3EB4B;
}
</style>
border-color css
<style>
span { border-color: #D3EB4B; }
span { border-color: rgb(211,235,75); }
td.TdClassName
{
border-color: #D3EB4B;
}
.TagClassName
{
border-color: #D3EB4B;
}
</style>