Shades of Pear #D5E21F
Tints of Pear #D5E21F
RGB
CMYK
RGB Variations
Color information
#D5E21F (or 0xD5E21F) is known color: Pear. HEX triplet: D5, E2 and 1F. RGB value is (213,226,31). Sum of RGB (Red+Green+Blue) = 213+226+31=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E21F is #2A1DE0. Grayscale: #C8C8C8. Windows color (decimal): -2760161 or 2089685. OLE color: 2089685.
HSL color Cylindrical-coordinate representation of color #D5E21F: hue angle of 64º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5E21F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.11 |
| HSL | 64º | 0.77% | 0.5% | - |
| HSV(B) | 64º | 0.86% | 0.89% | - |
| XYZ | 54.88 | 68.64 | 11.65 | - |
| YUV | 199.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 31 | 0.06 | 0 | 0.86 | 0.11 | 64 | 0.77 | 0.5 |
| Hex | D5 | E2 | 1F | 6 | 0 | 56 | B | 40 | 4D | 32 |
| Octal | 325 | 342 | 37 | 6 | 0 | 126 | 13 | 100 | 115 | 62 |
| Binary | 11010101 | 11100010 | 11111 | 110 | 0 | 1010110 | 1011 | 1000000 | 1001101 | 110010 |
Color Harmonies of #D5E21F
Complementary color
Monochromatic Colors of #D5E21F
Black with #D5E21F
Text Example
Text Example
White with #D5E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E21F; }
p { color: rgb(213,226,31); }
H1.HeaderClassName
{
color: #D5E21F;
}
.AnyTagClassName
{
color: #D5E21F;
}
</style>
background-color css
<style>
a { background-color: #D5E21F; }
a { background-color: rgb(213,226,31); }
div.DivClassName
{
background-color: #D5E21F;
}
.BgClassName
{
background-color: #D5E21F;
}
</style>
border-color css
<style>
span { border-color: #D5E21F; }
span { border-color: rgb(213,226,31); }
td.TdClassName
{
border-color: #D5E21F;
}
.TagClassName
{
border-color: #D5E21F;
}
</style>