Shades of Pear #D5E43D
Tints of Pear #D5E43D
RGB
CMYK
RGB Variations
Color information
#D5E43D (or 0xD5E43D) is known color: Pear. HEX triplet: D5, E4 and 3D. RGB value is (213,228,61). Sum of RGB (Red+Green+Blue) = 213+228+61=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E43D is #2A1BC2. Grayscale: #CDCDCD. Windows color (decimal): -2759619 or 4056277. OLE color: 4056277.
HSL color Cylindrical-coordinate representation of color #D5E43D: hue angle of 65.39º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5E43D is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 61 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.11 |
| HSL | 65.39º | 0.76% | 0.57% | - |
| HSV(B) | 65.39º | 0.73% | 0.89% | - |
| XYZ | 56.03 | 69.97 | 14.97 | - |
| YUV | 204.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 61 | 0.07 | 0 | 0.73 | 0.11 | 65.39 | 0.76 | 0.57 |
| Hex | D5 | E4 | 3D | 7 | 0 | 49 | B | 41 | 4C | 39 |
| Octal | 325 | 344 | 75 | 7 | 0 | 111 | 13 | 101 | 114 | 71 |
| Binary | 11010101 | 11100100 | 111101 | 111 | 0 | 1001001 | 1011 | 1000001 | 1001100 | 111001 |
Color Harmonies of #D5E43D
Complementary color
Monochromatic Colors of #D5E43D
Black with #D5E43D
Text Example
Text Example
White with #D5E43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E43D; }
p { color: rgb(213,228,61); }
H1.HeaderClassName
{
color: #D5E43D;
}
.AnyTagClassName
{
color: #D5E43D;
}
</style>
background-color css
<style>
a { background-color: #D5E43D; }
a { background-color: rgb(213,228,61); }
div.DivClassName
{
background-color: #D5E43D;
}
.BgClassName
{
background-color: #D5E43D;
}
</style>
border-color css
<style>
span { border-color: #D5E43D; }
span { border-color: rgb(213,228,61); }
td.TdClassName
{
border-color: #D5E43D;
}
.TagClassName
{
border-color: #D5E43D;
}
</style>