Shades of Islamic Green #05B300
Tints of Islamic Green #05B300
RGB
CMYK
RGB Variations
Color information
#05B300 (or 0x05B300) is known color: Islamic Green. HEX triplet: 05, B3 and 00. RGB value is (5,179,0). Sum of RGB (Red+Green+Blue) = 5+179+0=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 179 (70.31% from 255 or 97.28% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 179 - color contains mainly: green. Hex color #05B300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B300 is #FA4CFF. Grayscale: #6B6B6B. Windows color (decimal): -16403712 or 45829. OLE color: 45829.
HSL color Cylindrical-coordinate representation of color #05B300: hue angle of 118.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05B300 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 5 | 179 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.30 |
| HSL | 118.32º | 1% | 0.35% | - |
| HSV(B) | 118.32º | 1% | 0.7% | - |
| XYZ | 16.18 | 32.27 | 5.38 | - |
| YUV | 106.57 | 67.85 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 179 | 0 | 0.97 | 0 | 1 | 0.30 | 118.32 | 1 | 0.35 |
| Hex | 5 | B3 | 0 | 61 | 0 | 64 | 1E | 76 | 64 | 23 |
| Octal | 5 | 263 | 0 | 141 | 0 | 144 | 36 | 166 | 144 | 43 |
| Binary | 101 | 10110011 | 0 | 1100001 | 0 | 1100100 | 11110 | 1110110 | 1100100 | 100011 |
Color Harmonies of #05B300
Complementary color
Monochromatic Colors of #05B300
Black with #05B300
Text Example
Text Example
White with #05B300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B300; }
p { color: rgb(5,179,0); }
H1.HeaderClassName
{
color: #05B300;
}
.AnyTagClassName
{
color: #05B300;
}
</style>
background-color css
<style>
a { background-color: #05B300; }
a { background-color: rgb(5,179,0); }
div.DivClassName
{
background-color: #05B300;
}
.BgClassName
{
background-color: #05B300;
}
</style>
border-color css
<style>
span { border-color: #05B300; }
span { border-color: rgb(5,179,0); }
td.TdClassName
{
border-color: #05B300;
}
.TagClassName
{
border-color: #05B300;
}
</style>