Shades of Pear #D5E43A
Tints of Pear #D5E43A
RGB
CMYK
RGB Variations
Color information
#D5E43A (or 0xD5E43A) is known color: Pear. HEX triplet: D5, E4 and 3A. RGB value is (213,228,58). Sum of RGB (Red+Green+Blue) = 213+228+58=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E43A is #2A1BC5. Grayscale: #CCCCCC. Windows color (decimal): -2759622 or 3859669. OLE color: 3859669.
HSL color Cylindrical-coordinate representation of color #D5E43A: hue angle of 65.29º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5E43A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 58 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.11 |
| HSL | 65.29º | 0.76% | 0.56% | - |
| HSV(B) | 65.29º | 0.75% | 0.89% | - |
| XYZ | 55.95 | 69.94 | 14.55 | - |
| YUV | 204.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 58 | 0.07 | 0 | 0.75 | 0.11 | 65.29 | 0.76 | 0.56 |
| Hex | D5 | E4 | 3A | 7 | 0 | 4B | B | 41 | 4C | 38 |
| Octal | 325 | 344 | 72 | 7 | 0 | 113 | 13 | 101 | 114 | 70 |
| Binary | 11010101 | 11100100 | 111010 | 111 | 0 | 1001011 | 1011 | 1000001 | 1001100 | 111000 |
Color Harmonies of #D5E43A
Complementary color
Monochromatic Colors of #D5E43A
Black with #D5E43A
Text Example
Text Example
White with #D5E43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E43A; }
p { color: rgb(213,228,58); }
H1.HeaderClassName
{
color: #D5E43A;
}
.AnyTagClassName
{
color: #D5E43A;
}
</style>
background-color css
<style>
a { background-color: #D5E43A; }
a { background-color: rgb(213,228,58); }
div.DivClassName
{
background-color: #D5E43A;
}
.BgClassName
{
background-color: #D5E43A;
}
</style>
border-color css
<style>
span { border-color: #D5E43A; }
span { border-color: rgb(213,228,58); }
td.TdClassName
{
border-color: #D5E43A;
}
.TagClassName
{
border-color: #D5E43A;
}
</style>