Shades of Islamic Green #05BC01
Tints of Islamic Green #05BC01
RGB
CMYK
RGB Variations
Color information
#05BC01 (or 0x05BC01) is known color: Islamic Green. HEX triplet: 05, BC and 01. RGB value is (5,188,1). Sum of RGB (Red+Green+Blue) = 5+188+1=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 188 (73.83% from 255 or 96.91% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BC01 is #FA43FE. Grayscale: #707070. Windows color (decimal): -16401407 or 113669. OLE color: 113669.
HSL color Cylindrical-coordinate representation of color #05BC01: hue angle of 118.72º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05BC01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 1 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.26 |
| HSL | 118.72º | 0.99% | 0.37% | - |
| HSV(B) | 118.72º | 0.99% | 0.74% | - |
| XYZ | 18.05 | 36 | 6.03 | - |
| YUV | 111.97 | 65.37 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 1 | 0.97 | 0 | 0.99 | 0.26 | 118.72 | 0.99 | 0.37 |
| Hex | 5 | BC | 1 | 61 | 0 | 63 | 1A | 77 | 63 | 25 |
| Octal | 5 | 274 | 1 | 141 | 0 | 143 | 32 | 167 | 143 | 45 |
| Binary | 101 | 10111100 | 1 | 1100001 | 0 | 1100011 | 11010 | 1110111 | 1100011 | 100101 |
Color Harmonies of #05BC01
Complementary color
Monochromatic Colors of #05BC01
Black with #05BC01
Text Example
Text Example
White with #05BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BC01; }
p { color: rgb(5,188,1); }
H1.HeaderClassName
{
color: #05BC01;
}
.AnyTagClassName
{
color: #05BC01;
}
</style>
background-color css
<style>
a { background-color: #05BC01; }
a { background-color: rgb(5,188,1); }
div.DivClassName
{
background-color: #05BC01;
}
.BgClassName
{
background-color: #05BC01;
}
</style>
border-color css
<style>
span { border-color: #05BC01; }
span { border-color: rgb(5,188,1); }
td.TdClassName
{
border-color: #05BC01;
}
.TagClassName
{
border-color: #05BC01;
}
</style>