Shades of Islamic Green #04BD00
Tints of Islamic Green #04BD00
RGB
CMYK
RGB Variations
Color information
#04BD00 (or 0x04BD00) is known color: Islamic Green. HEX triplet: 04, BD and 00. RGB value is (4,189,0). Sum of RGB (Red+Green+Blue) = 4+189+0=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 189 (74.22% from 255 or 97.93% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BD00 is #FB42FF. Grayscale: #707070. Windows color (decimal): -16466688 or 48388. OLE color: 48388.
HSL color Cylindrical-coordinate representation of color #04BD00: hue angle of 118.73º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04BD00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.26 |
| HSL | 118.73º | 1% | 0.37% | - |
| HSV(B) | 118.73º | 1% | 0.74% | - |
| XYZ | 18.25 | 36.42 | 6.07 | - |
| YUV | 112.14 | 64.71 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 0 | 0.98 | 0 | 1 | 0.26 | 118.73 | 1 | 0.37 |
| Hex | 4 | BD | 0 | 62 | 0 | 64 | 1A | 77 | 64 | 25 |
| Octal | 4 | 275 | 0 | 142 | 0 | 144 | 32 | 167 | 144 | 45 |
| Binary | 100 | 10111101 | 0 | 1100010 | 0 | 1100100 | 11010 | 1110111 | 1100100 | 100101 |
Color Harmonies of #04BD00
Complementary color
Monochromatic Colors of #04BD00
Black with #04BD00
Text Example
Text Example
White with #04BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD00; }
p { color: rgb(4,189,0); }
H1.HeaderClassName
{
color: #04BD00;
}
.AnyTagClassName
{
color: #04BD00;
}
</style>
background-color css
<style>
a { background-color: #04BD00; }
a { background-color: rgb(4,189,0); }
div.DivClassName
{
background-color: #04BD00;
}
.BgClassName
{
background-color: #04BD00;
}
</style>
border-color css
<style>
span { border-color: #04BD00; }
span { border-color: rgb(4,189,0); }
td.TdClassName
{
border-color: #04BD00;
}
.TagClassName
{
border-color: #04BD00;
}
</style>