Shades of Pear #D5E93F
Tints of Pear #D5E93F
RGB
CMYK
RGB Variations
Color information
#D5E93F (or 0xD5E93F) is known color: Pear. HEX triplet: D5, E9 and 3F. RGB value is (213,233,63). Sum of RGB (Red+Green+Blue) = 213+233+63=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 63 (25% from 255 or 12.38% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E93F is #2A16C0. Grayscale: #D0D0D0. Windows color (decimal): -2758337 or 4188629. OLE color: 4188629.
HSL color Cylindrical-coordinate representation of color #D5E93F: hue angle of 67.06º degrees, saturation: 0.79, 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 #D5E93F is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 63 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.09 |
| HSL | 67.06º | 0.79% | 0.58% | - |
| HSV(B) | 67.06º | 0.73% | 0.91% | - |
| XYZ | 57.48 | 72.78 | 15.72 | - |
| YUV | 207.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 63 | 0.09 | 0 | 0.73 | 0.09 | 67.06 | 0.79 | 0.58 |
| Hex | D5 | E9 | 3F | 9 | 0 | 49 | 9 | 43 | 4F | 3A |
| Octal | 325 | 351 | 77 | 11 | 0 | 111 | 11 | 103 | 117 | 72 |
| Binary | 11010101 | 11101001 | 111111 | 1001 | 0 | 1001001 | 1001 | 1000011 | 1001111 | 111010 |
Color Harmonies of #D5E93F
Complementary color
Monochromatic Colors of #D5E93F
Black with #D5E93F
Text Example
Text Example
White with #D5E93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E93F; }
p { color: rgb(213,233,63); }
H1.HeaderClassName
{
color: #D5E93F;
}
.AnyTagClassName
{
color: #D5E93F;
}
</style>
background-color css
<style>
a { background-color: #D5E93F; }
a { background-color: rgb(213,233,63); }
div.DivClassName
{
background-color: #D5E93F;
}
.BgClassName
{
background-color: #D5E93F;
}
</style>
border-color css
<style>
span { border-color: #D5E93F; }
span { border-color: rgb(213,233,63); }
td.TdClassName
{
border-color: #D5E93F;
}
.TagClassName
{
border-color: #D5E93F;
}
</style>