Shades of Pear #D5E61D
Tints of Pear #D5E61D
RGB
CMYK
RGB Variations
Color information
#D5E61D (or 0xD5E61D) is known color: Pear. HEX triplet: D5, E6 and 1D. RGB value is (213,230,29). Sum of RGB (Red+Green+Blue) = 213+230+29=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 230 (90.23% from 255 or 48.73% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E61D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E61D is #2A19E2. Grayscale: #CACACA. Windows color (decimal): -2759139 or 1959637. OLE color: 1959637.
HSL color Cylindrical-coordinate representation of color #D5E61D: hue angle of 65.07º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E61D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.10 |
| HSL | 65.07º | 0.8% | 0.51% | - |
| HSV(B) | 65.07º | 0.87% | 0.9% | - |
| XYZ | 55.96 | 70.83 | 11.88 | - |
| YUV | 202 | 30.37 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 29 | 0.07 | 0 | 0.87 | 0.10 | 65.07 | 0.8 | 0.51 |
| Hex | D5 | E6 | 1D | 7 | 0 | 57 | A | 41 | 50 | 33 |
| Octal | 325 | 346 | 35 | 7 | 0 | 127 | 12 | 101 | 120 | 63 |
| Binary | 11010101 | 11100110 | 11101 | 111 | 0 | 1010111 | 1010 | 1000001 | 1010000 | 110011 |
Color Harmonies of #D5E61D
Complementary color
Monochromatic Colors of #D5E61D
Black with #D5E61D
Text Example
Text Example
White with #D5E61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E61D; }
p { color: rgb(213,230,29); }
H1.HeaderClassName
{
color: #D5E61D;
}
.AnyTagClassName
{
color: #D5E61D;
}
</style>
background-color css
<style>
a { background-color: #D5E61D; }
a { background-color: rgb(213,230,29); }
div.DivClassName
{
background-color: #D5E61D;
}
.BgClassName
{
background-color: #D5E61D;
}
</style>
border-color css
<style>
span { border-color: #D5E61D; }
span { border-color: rgb(213,230,29); }
td.TdClassName
{
border-color: #D5E61D;
}
.TagClassName
{
border-color: #D5E61D;
}
</style>