Shades of Barberry #D5E111
Tints of Barberry #D5E111
RGB
CMYK
RGB Variations
Color information
#D5E111 (or 0xD5E111) is known color: Barberry. HEX triplet: D5, E1 and 11. RGB value is (213,225,17). Sum of RGB (Red+Green+Blue) = 213+225+17=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5E111 is #2A1EEE. Grayscale: #C6C6C6. Windows color (decimal): -2760431 or 1171925. OLE color: 1171925.
HSL color Cylindrical-coordinate representation of color #D5E111: hue angle of 63.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5E111 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 17 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.12 |
| HSL | 63.46º | 0.86% | 0.47% | - |
| HSV(B) | 63.46º | 0.92% | 0.88% | - |
| XYZ | 54.47 | 68.04 | 10.79 | - |
| YUV | 197.7 | 26.02 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 17 | 0.05 | 0 | 0.92 | 0.12 | 63.46 | 0.86 | 0.47 |
| Hex | D5 | E1 | 11 | 5 | 0 | 5C | C | 3F | 56 | 2F |
| Octal | 325 | 341 | 21 | 5 | 0 | 134 | 14 | 77 | 126 | 57 |
| Binary | 11010101 | 11100001 | 10001 | 101 | 0 | 1011100 | 1100 | 111111 | 1010110 | 101111 |
Color Harmonies of #D5E111
Complementary color
Monochromatic Colors of #D5E111
Black with #D5E111
Text Example
Text Example
White with #D5E111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E111; }
p { color: rgb(213,225,17); }
H1.HeaderClassName
{
color: #D5E111;
}
.AnyTagClassName
{
color: #D5E111;
}
</style>
background-color css
<style>
a { background-color: #D5E111; }
a { background-color: rgb(213,225,17); }
div.DivClassName
{
background-color: #D5E111;
}
.BgClassName
{
background-color: #D5E111;
}
</style>
border-color css
<style>
span { border-color: #D5E111; }
span { border-color: rgb(213,225,17); }
td.TdClassName
{
border-color: #D5E111;
}
.TagClassName
{
border-color: #D5E111;
}
</style>