Shades of Pear #D5E93D
Tints of Pear #D5E93D
RGB
CMYK
RGB Variations
Color information
#D5E93D (or 0xD5E93D) is known color: Pear. HEX triplet: D5, E9 and 3D. RGB value is (213,233,61). Sum of RGB (Red+Green+Blue) = 213+233+61=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 61 (24.22% from 255 or 12.03% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E93D is #2A16C2. Grayscale: #D0D0D0. Windows color (decimal): -2758339 or 4057557. OLE color: 4057557.
HSL color Cylindrical-coordinate representation of color #D5E93D: hue angle of 66.98º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5E93D is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 61 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.09 |
| HSL | 66.98º | 0.8% | 0.58% | - |
| HSV(B) | 66.98º | 0.74% | 0.91% | - |
| XYZ | 57.42 | 72.76 | 15.43 | - |
| YUV | 207.41 | 45.37 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 61 | 0.09 | 0 | 0.74 | 0.09 | 66.98 | 0.8 | 0.58 |
| Hex | D5 | E9 | 3D | 9 | 0 | 4A | 9 | 43 | 50 | 3A |
| Octal | 325 | 351 | 75 | 11 | 0 | 112 | 11 | 103 | 120 | 72 |
| Binary | 11010101 | 11101001 | 111101 | 1001 | 0 | 1001010 | 1001 | 1000011 | 1010000 | 111010 |
Color Harmonies of #D5E93D
Complementary color
Monochromatic Colors of #D5E93D
Black with #D5E93D
Text Example
Text Example
White with #D5E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E93D; }
p { color: rgb(213,233,61); }
H1.HeaderClassName
{
color: #D5E93D;
}
.AnyTagClassName
{
color: #D5E93D;
}
</style>
background-color css
<style>
a { background-color: #D5E93D; }
a { background-color: rgb(213,233,61); }
div.DivClassName
{
background-color: #D5E93D;
}
.BgClassName
{
background-color: #D5E93D;
}
</style>
border-color css
<style>
span { border-color: #D5E93D; }
span { border-color: rgb(213,233,61); }
td.TdClassName
{
border-color: #D5E93D;
}
.TagClassName
{
border-color: #D5E93D;
}
</style>