Shades of Pear #D5E93E
Tints of Pear #D5E93E
RGB
CMYK
RGB Variations
Color information
#D5E93E (or 0xD5E93E) is known color: Pear. HEX triplet: D5, E9 and 3E. RGB value is (213,233,62). Sum of RGB (Red+Green+Blue) = 213+233+62=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E93E is #2A16C1. Grayscale: #D0D0D0. Windows color (decimal): -2758338 or 4123093. OLE color: 4123093.
HSL color Cylindrical-coordinate representation of color #D5E93E: hue angle of 67.02º 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 #D5E93E is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 62 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.09 |
| HSL | 67.02º | 0.8% | 0.58% | - |
| HSV(B) | 67.02º | 0.73% | 0.91% | - |
| XYZ | 57.45 | 72.77 | 15.58 | - |
| YUV | 207.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 62 | 0.09 | 0 | 0.73 | 0.09 | 67.02 | 0.8 | 0.58 |
| Hex | D5 | E9 | 3E | 9 | 0 | 49 | 9 | 43 | 50 | 3A |
| Octal | 325 | 351 | 76 | 11 | 0 | 111 | 11 | 103 | 120 | 72 |
| Binary | 11010101 | 11101001 | 111110 | 1001 | 0 | 1001001 | 1001 | 1000011 | 1010000 | 111010 |
Color Harmonies of #D5E93E
Complementary color
Monochromatic Colors of #D5E93E
Black with #D5E93E
Text Example
Text Example
White with #D5E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E93E; }
p { color: rgb(213,233,62); }
H1.HeaderClassName
{
color: #D5E93E;
}
.AnyTagClassName
{
color: #D5E93E;
}
</style>
background-color css
<style>
a { background-color: #D5E93E; }
a { background-color: rgb(213,233,62); }
div.DivClassName
{
background-color: #D5E93E;
}
.BgClassName
{
background-color: #D5E93E;
}
</style>
border-color css
<style>
span { border-color: #D5E93E; }
span { border-color: rgb(213,233,62); }
td.TdClassName
{
border-color: #D5E93E;
}
.TagClassName
{
border-color: #D5E93E;
}
</style>