Shades of Islamic Green #04BD05
Tints of Islamic Green #04BD05
RGB
CMYK
RGB Variations
Color information
#04BD05 (or 0x04BD05) is known color: Islamic Green. HEX triplet: 04, BD and 05. RGB value is (4,189,5). Sum of RGB (Red+Green+Blue) = 4+189+5=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 189 (74.22% from 255 or 95.45% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BD05 is #FB42FA. Grayscale: #717171. Windows color (decimal): -16466683 or 376068. OLE color: 376068.
HSL color Cylindrical-coordinate representation of color #04BD05: hue angle of 120.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BD05 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 5 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.26 |
| HSL | 120.32º | 0.96% | 0.38% | - |
| HSV(B) | 120.32º | 0.98% | 0.74% | - |
| XYZ | 18.28 | 36.43 | 6.21 | - |
| YUV | 112.71 | 67.21 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 5 | 0.98 | 0 | 0.97 | 0.26 | 120.32 | 0.96 | 0.38 |
| Hex | 4 | BD | 5 | 62 | 0 | 61 | 1A | 78 | 60 | 26 |
| Octal | 4 | 275 | 5 | 142 | 0 | 141 | 32 | 170 | 140 | 46 |
| Binary | 100 | 10111101 | 101 | 1100010 | 0 | 1100001 | 11010 | 1111000 | 1100000 | 100110 |
Color Harmonies of #04BD05
Complementary color
Monochromatic Colors of #04BD05
Black with #04BD05
Text Example
Text Example
White with #04BD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD05; }
p { color: rgb(4,189,5); }
H1.HeaderClassName
{
color: #04BD05;
}
.AnyTagClassName
{
color: #04BD05;
}
</style>
background-color css
<style>
a { background-color: #04BD05; }
a { background-color: rgb(4,189,5); }
div.DivClassName
{
background-color: #04BD05;
}
.BgClassName
{
background-color: #04BD05;
}
</style>
border-color css
<style>
span { border-color: #04BD05; }
span { border-color: rgb(4,189,5); }
td.TdClassName
{
border-color: #04BD05;
}
.TagClassName
{
border-color: #04BD05;
}
</style>