Shades of Pear #D5E01D
Tints of Pear #D5E01D
RGB
CMYK
RGB Variations
Color information
#D5E01D (or 0xD5E01D) is known color: Pear. HEX triplet: D5, E0 and 1D. RGB value is (213,224,29). Sum of RGB (Red+Green+Blue) = 213+224+29=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E01D is #2A1FE2. Grayscale: #C7C7C7. Windows color (decimal): -2760675 or 1958101. OLE color: 1958101.
HSL color Cylindrical-coordinate representation of color #D5E01D: hue angle of 63.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5E01D is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 29 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.12 |
| HSL | 63.38º | 0.77% | 0.5% | - |
| HSV(B) | 63.38º | 0.87% | 0.88% | - |
| XYZ | 54.32 | 67.55 | 11.34 | - |
| YUV | 198.48 | 32.36 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 29 | 0.05 | 0 | 0.87 | 0.12 | 63.38 | 0.77 | 0.5 |
| Hex | D5 | E0 | 1D | 5 | 0 | 57 | C | 3F | 4D | 32 |
| Octal | 325 | 340 | 35 | 5 | 0 | 127 | 14 | 77 | 115 | 62 |
| Binary | 11010101 | 11100000 | 11101 | 101 | 0 | 1010111 | 1100 | 111111 | 1001101 | 110010 |
Color Harmonies of #D5E01D
Complementary color
Monochromatic Colors of #D5E01D
Black with #D5E01D
Text Example
Text Example
White with #D5E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E01D; }
p { color: rgb(213,224,29); }
H1.HeaderClassName
{
color: #D5E01D;
}
.AnyTagClassName
{
color: #D5E01D;
}
</style>
background-color css
<style>
a { background-color: #D5E01D; }
a { background-color: rgb(213,224,29); }
div.DivClassName
{
background-color: #D5E01D;
}
.BgClassName
{
background-color: #D5E01D;
}
</style>
border-color css
<style>
span { border-color: #D5E01D; }
span { border-color: rgb(213,224,29); }
td.TdClassName
{
border-color: #D5E01D;
}
.TagClassName
{
border-color: #D5E01D;
}
</style>