Shades of Pear #D3EB3C
Tints of Pear #D3EB3C
RGB
CMYK
RGB Variations
Color information
#D3EB3C (or 0xD3EB3C) is known color: Pear. HEX triplet: D3, EB and 3C. RGB value is (211,235,60). Sum of RGB (Red+Green+Blue) = 211+235+60=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3EB3C is #2C14C3. Grayscale: #D0D0D0. Windows color (decimal): -2888900 or 3992531. OLE color: 3992531.
HSL color Cylindrical-coordinate representation of color #D3EB3C: hue angle of 68.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D3EB3C is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 60 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.08 |
| HSL | 68.23º | 0.81% | 0.58% | - |
| HSV(B) | 68.23º | 0.74% | 0.92% | - |
| XYZ | 57.39 | 73.59 | 15.45 | - |
| YUV | 207.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 60 | 0.10 | 0 | 0.74 | 0.08 | 68.23 | 0.81 | 0.58 |
| Hex | D3 | EB | 3C | A | 0 | 4A | 8 | 44 | 51 | 3A |
| Octal | 323 | 353 | 74 | 12 | 0 | 112 | 10 | 104 | 121 | 72 |
| Binary | 11010011 | 11101011 | 111100 | 1010 | 0 | 1001010 | 1000 | 1000100 | 1010001 | 111010 |
Color Harmonies of #D3EB3C
Complementary color
Monochromatic Colors of #D3EB3C
Black with #D3EB3C
Text Example
Text Example
White with #D3EB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB3C; }
p { color: rgb(211,235,60); }
H1.HeaderClassName
{
color: #D3EB3C;
}
.AnyTagClassName
{
color: #D3EB3C;
}
</style>
background-color css
<style>
a { background-color: #D3EB3C; }
a { background-color: rgb(211,235,60); }
div.DivClassName
{
background-color: #D3EB3C;
}
.BgClassName
{
background-color: #D3EB3C;
}
</style>
border-color css
<style>
span { border-color: #D3EB3C; }
span { border-color: rgb(211,235,60); }
td.TdClassName
{
border-color: #D3EB3C;
}
.TagClassName
{
border-color: #D3EB3C;
}
</style>