Shades of Pear #D5E31C
Tints of Pear #D5E31C
RGB
CMYK
RGB Variations
Color information
#D5E31C (or 0xD5E31C) is known color: Pear. HEX triplet: D5, E3 and 1C. RGB value is (213,227,28). Sum of RGB (Red+Green+Blue) = 213+227+28=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 28 (11.33% from 255 or 5.98% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E31C is #2A1CE3. Grayscale: #C8C8C8. Windows color (decimal): -2759908 or 1893333. OLE color: 1893333.
HSL color Cylindrical-coordinate representation of color #D5E31C: hue angle of 64.22º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5E31C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.11 |
| HSL | 64.22º | 0.78% | 0.5% | - |
| HSV(B) | 64.22º | 0.88% | 0.89% | - |
| XYZ | 55.12 | 69.17 | 11.54 | - |
| YUV | 200.13 | 30.86 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 28 | 0.06 | 0 | 0.88 | 0.11 | 64.22 | 0.78 | 0.5 |
| Hex | D5 | E3 | 1C | 6 | 0 | 58 | B | 40 | 4E | 32 |
| Octal | 325 | 343 | 34 | 6 | 0 | 130 | 13 | 100 | 116 | 62 |
| Binary | 11010101 | 11100011 | 11100 | 110 | 0 | 1011000 | 1011 | 1000000 | 1001110 | 110010 |
Color Harmonies of #D5E31C
Complementary color
Monochromatic Colors of #D5E31C
Black with #D5E31C
Text Example
Text Example
White with #D5E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E31C; }
p { color: rgb(213,227,28); }
H1.HeaderClassName
{
color: #D5E31C;
}
.AnyTagClassName
{
color: #D5E31C;
}
</style>
background-color css
<style>
a { background-color: #D5E31C; }
a { background-color: rgb(213,227,28); }
div.DivClassName
{
background-color: #D5E31C;
}
.BgClassName
{
background-color: #D5E31C;
}
</style>
border-color css
<style>
span { border-color: #D5E31C; }
span { border-color: rgb(213,227,28); }
td.TdClassName
{
border-color: #D5E31C;
}
.TagClassName
{
border-color: #D5E31C;
}
</style>