Shades of Pear #D5E521
Tints of Pear #D5E521
RGB
CMYK
RGB Variations
Color information
#D5E521 (or 0xD5E521) is known color: Pear. HEX triplet: D5, E5 and 21. RGB value is (213,229,33). Sum of RGB (Red+Green+Blue) = 213+229+33=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 229 (89.84% from 255 or 48.21% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 229 - color contains mainly: green. Hex color #D5E521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E521 is #2A1ADE. Grayscale: #CACACA. Windows color (decimal): -2759391 or 2221525. OLE color: 2221525.
HSL color Cylindrical-coordinate representation of color #D5E521: hue angle of 64.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5E521 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 229 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.10 |
| HSL | 64.9º | 0.79% | 0.51% | - |
| HSV(B) | 64.9º | 0.86% | 0.9% | - |
| XYZ | 55.73 | 70.29 | 12.07 | - |
| YUV | 201.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 229 | 33 | 0.07 | 0 | 0.86 | 0.10 | 64.9 | 0.79 | 0.51 |
| Hex | D5 | E5 | 21 | 7 | 0 | 56 | A | 41 | 4F | 33 |
| Octal | 325 | 345 | 41 | 7 | 0 | 126 | 12 | 101 | 117 | 63 |
| Binary | 11010101 | 11100101 | 100001 | 111 | 0 | 1010110 | 1010 | 1000001 | 1001111 | 110011 |
Color Harmonies of #D5E521
Complementary color
Monochromatic Colors of #D5E521
Black with #D5E521
Text Example
Text Example
White with #D5E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E521; }
p { color: rgb(213,229,33); }
H1.HeaderClassName
{
color: #D5E521;
}
.AnyTagClassName
{
color: #D5E521;
}
</style>
background-color css
<style>
a { background-color: #D5E521; }
a { background-color: rgb(213,229,33); }
div.DivClassName
{
background-color: #D5E521;
}
.BgClassName
{
background-color: #D5E521;
}
</style>
border-color css
<style>
span { border-color: #D5E521; }
span { border-color: rgb(213,229,33); }
td.TdClassName
{
border-color: #D5E521;
}
.TagClassName
{
border-color: #D5E521;
}
</style>