Shades of Islamic Green #05B211
Tints of Islamic Green #05B211
RGB
CMYK
RGB Variations
Color information
#05B211 (or 0x05B211) is known color: Islamic Green. HEX triplet: 05, B2 and 11. RGB value is (5,178,17). Sum of RGB (Red+Green+Blue) = 5+178+17=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 178 (69.92% from 255 or 89% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 178 - color contains mainly: green. Hex color #05B211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05B211 is #FA4DEE. Grayscale: #6C6C6C. Windows color (decimal): -16403951 or 1159685. OLE color: 1159685.
HSL color Cylindrical-coordinate representation of color #05B211: hue angle of 124.16º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B211 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 178 | 17 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.30 |
| HSL | 124.16º | 0.95% | 0.36% | - |
| HSV(B) | 124.16º | 0.97% | 0.7% | - |
| XYZ | 16.08 | 31.91 | 5.84 | - |
| YUV | 107.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 17 | 0.97 | 0 | 0.90 | 0.30 | 124.16 | 0.95 | 0.36 |
| Hex | 5 | B2 | 11 | 61 | 0 | 5A | 1E | 7C | 5F | 24 |
| Octal | 5 | 262 | 21 | 141 | 0 | 132 | 36 | 174 | 137 | 44 |
| Binary | 101 | 10110010 | 10001 | 1100001 | 0 | 1011010 | 11110 | 1111100 | 1011111 | 100100 |
Color Harmonies of #05B211
Complementary color
Monochromatic Colors of #05B211
Black with #05B211
Text Example
Text Example
White with #05B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B211; }
p { color: rgb(5,178,17); }
H1.HeaderClassName
{
color: #05B211;
}
.AnyTagClassName
{
color: #05B211;
}
</style>
background-color css
<style>
a { background-color: #05B211; }
a { background-color: rgb(5,178,17); }
div.DivClassName
{
background-color: #05B211;
}
.BgClassName
{
background-color: #05B211;
}
</style>
border-color css
<style>
span { border-color: #05B211; }
span { border-color: rgb(5,178,17); }
td.TdClassName
{
border-color: #05B211;
}
.TagClassName
{
border-color: #05B211;
}
</style>