Shades of Pear #D5E428
Tints of Pear #D5E428
RGB
CMYK
RGB Variations
Color information
#D5E428 (or 0xD5E428) is known color: Pear. HEX triplet: D5, E4 and 28. RGB value is (213,228,40). Sum of RGB (Red+Green+Blue) = 213+228+40=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E428 is #2A1BD7. Grayscale: #CACACA. Windows color (decimal): -2759640 or 2680021. OLE color: 2680021.
HSL color Cylindrical-coordinate representation of color #D5E428: hue angle of 64.79º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5E428 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 228 | 40 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.11 |
| HSL | 64.79º | 0.78% | 0.53% | - |
| HSV(B) | 64.79º | 0.82% | 0.89% | - |
| XYZ | 55.57 | 69.79 | 12.55 | - |
| YUV | 202.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 228 | 40 | 0.07 | 0 | 0.82 | 0.11 | 64.79 | 0.78 | 0.53 |
| Hex | D5 | E4 | 28 | 7 | 0 | 52 | B | 41 | 4E | 35 |
| Octal | 325 | 344 | 50 | 7 | 0 | 122 | 13 | 101 | 116 | 65 |
| Binary | 11010101 | 11100100 | 101000 | 111 | 0 | 1010010 | 1011 | 1000001 | 1001110 | 110101 |
Color Harmonies of #D5E428
Complementary color
Monochromatic Colors of #D5E428
Black with #D5E428
Text Example
Text Example
White with #D5E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E428; }
p { color: rgb(213,228,40); }
H1.HeaderClassName
{
color: #D5E428;
}
.AnyTagClassName
{
color: #D5E428;
}
</style>
background-color css
<style>
a { background-color: #D5E428; }
a { background-color: rgb(213,228,40); }
div.DivClassName
{
background-color: #D5E428;
}
.BgClassName
{
background-color: #D5E428;
}
</style>
border-color css
<style>
span { border-color: #D5E428; }
span { border-color: rgb(213,228,40); }
td.TdClassName
{
border-color: #D5E428;
}
.TagClassName
{
border-color: #D5E428;
}
</style>