Shades of Pear #D3E93E
Tints of Pear #D3E93E
RGB
CMYK
RGB Variations
Color information
#D3E93E (or 0xD3E93E) is known color: Pear. HEX triplet: D3, E9 and 3E. RGB value is (211,233,62). Sum of RGB (Red+Green+Blue) = 211+233+62=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E93E is #2C16C1. Grayscale: #CFCFCF. Windows color (decimal): -2889410 or 4123091. OLE color: 4123091.
HSL color Cylindrical-coordinate representation of color #D3E93E: hue angle of 67.72º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3E93E is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 62 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.09 |
| HSL | 67.72º | 0.8% | 0.58% | - |
| HSV(B) | 67.72º | 0.73% | 0.91% | - |
| XYZ | 56.87 | 72.47 | 15.55 | - |
| YUV | 206.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 62 | 0.09 | 0 | 0.73 | 0.09 | 67.72 | 0.8 | 0.58 |
| Hex | D3 | E9 | 3E | 9 | 0 | 49 | 9 | 44 | 50 | 3A |
| Octal | 323 | 351 | 76 | 11 | 0 | 111 | 11 | 104 | 120 | 72 |
| Binary | 11010011 | 11101001 | 111110 | 1001 | 0 | 1001001 | 1001 | 1000100 | 1010000 | 111010 |
Color Harmonies of #D3E93E
Complementary color
Monochromatic Colors of #D3E93E
Black with #D3E93E
Text Example
Text Example
White with #D3E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E93E; }
p { color: rgb(211,233,62); }
H1.HeaderClassName
{
color: #D3E93E;
}
.AnyTagClassName
{
color: #D3E93E;
}
</style>
background-color css
<style>
a { background-color: #D3E93E; }
a { background-color: rgb(211,233,62); }
div.DivClassName
{
background-color: #D3E93E;
}
.BgClassName
{
background-color: #D3E93E;
}
</style>
border-color css
<style>
span { border-color: #D3E93E; }
span { border-color: rgb(211,233,62); }
td.TdClassName
{
border-color: #D3E93E;
}
.TagClassName
{
border-color: #D3E93E;
}
</style>