Shades of Pear #D3EB42
Tints of Pear #D3EB42
RGB
CMYK
RGB Variations
Color information
#D3EB42 (or 0xD3EB42) is known color: Pear. HEX triplet: D3, EB and 42. RGB value is (211,235,66). Sum of RGB (Red+Green+Blue) = 211+235+66=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB42 is #2C14BD. Grayscale: #D1D1D1. Windows color (decimal): -2888894 or 4385747. OLE color: 4385747.
HSL color Cylindrical-coordinate representation of color #D3EB42: hue angle of 68.52º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3EB42 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 66 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.08 |
| HSL | 68.52º | 0.81% | 0.59% | - |
| HSV(B) | 68.52º | 0.72% | 0.92% | - |
| XYZ | 57.56 | 73.66 | 16.34 | - |
| YUV | 208.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 66 | 0.10 | 0 | 0.72 | 0.08 | 68.52 | 0.81 | 0.59 |
| Hex | D3 | EB | 42 | A | 0 | 48 | 8 | 45 | 51 | 3B |
| Octal | 323 | 353 | 102 | 12 | 0 | 110 | 10 | 105 | 121 | 73 |
| Binary | 11010011 | 11101011 | 1000010 | 1010 | 0 | 1001000 | 1000 | 1000101 | 1010001 | 111011 |
Color Harmonies of #D3EB42
Complementary color
Monochromatic Colors of #D3EB42
Black with #D3EB42
Text Example
Text Example
White with #D3EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB42; }
p { color: rgb(211,235,66); }
H1.HeaderClassName
{
color: #D3EB42;
}
.AnyTagClassName
{
color: #D3EB42;
}
</style>
background-color css
<style>
a { background-color: #D3EB42; }
a { background-color: rgb(211,235,66); }
div.DivClassName
{
background-color: #D3EB42;
}
.BgClassName
{
background-color: #D3EB42;
}
</style>
border-color css
<style>
span { border-color: #D3EB42; }
span { border-color: rgb(211,235,66); }
td.TdClassName
{
border-color: #D3EB42;
}
.TagClassName
{
border-color: #D3EB42;
}
</style>