Shades of Pear #D5E028
Tints of Pear #D5E028
RGB
CMYK
RGB Variations
Color information
#D5E028 (or 0xD5E028) is known color: Pear. HEX triplet: D5, E0 and 28. RGB value is (213,224,40). Sum of RGB (Red+Green+Blue) = 213+224+40=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 40 (16.02% from 255 or 8.39% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E028 is #2A1FD7. Grayscale: #C8C8C8. Windows color (decimal): -2760664 or 2678997. OLE color: 2678997.
HSL color Cylindrical-coordinate representation of color #D5E028: hue angle of 63.59º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E028 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 40 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.12 |
| HSL | 63.59º | 0.75% | 0.52% | - |
| HSV(B) | 63.59º | 0.82% | 0.88% | - |
| XYZ | 54.48 | 67.61 | 12.19 | - |
| YUV | 199.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 40 | 0.05 | 0 | 0.82 | 0.12 | 63.59 | 0.75 | 0.52 |
| Hex | D5 | E0 | 28 | 5 | 0 | 52 | C | 40 | 4B | 34 |
| Octal | 325 | 340 | 50 | 5 | 0 | 122 | 14 | 100 | 113 | 64 |
| Binary | 11010101 | 11100000 | 101000 | 101 | 0 | 1010010 | 1100 | 1000000 | 1001011 | 110100 |
Color Harmonies of #D5E028
Complementary color
Monochromatic Colors of #D5E028
Black with #D5E028
Text Example
Text Example
White with #D5E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E028; }
p { color: rgb(213,224,40); }
H1.HeaderClassName
{
color: #D5E028;
}
.AnyTagClassName
{
color: #D5E028;
}
</style>
background-color css
<style>
a { background-color: #D5E028; }
a { background-color: rgb(213,224,40); }
div.DivClassName
{
background-color: #D5E028;
}
.BgClassName
{
background-color: #D5E028;
}
</style>
border-color css
<style>
span { border-color: #D5E028; }
span { border-color: rgb(213,224,40); }
td.TdClassName
{
border-color: #D5E028;
}
.TagClassName
{
border-color: #D5E028;
}
</style>