Shades of Islamic Green #04C007
Tints of Islamic Green #04C007
RGB
CMYK
RGB Variations
Color information
#04C007 (or 0x04C007) is known color: Islamic Green. HEX triplet: 04, C0 and 07. RGB value is (4,192,7). Sum of RGB (Red+Green+Blue) = 4+192+7=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 192 (75.39% from 255 or 94.58% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 192 - color contains mainly: green. Hex color #04C007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C007 is #FB3FF8. Grayscale: #737373. Windows color (decimal): -16465913 or 507908. OLE color: 507908.
HSL color Cylindrical-coordinate representation of color #04C007: hue angle of 120.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C007 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 7 | - |
| CMYK | 0.98 | 0 | 0.96 | 0.25 |
| HSL | 120.96º | 0.96% | 0.38% | - |
| HSV(B) | 120.96º | 0.98% | 0.75% | - |
| XYZ | 18.94 | 37.74 | 6.49 | - |
| YUV | 114.7 | 67.22 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 7 | 0.98 | 0 | 0.96 | 0.25 | 120.96 | 0.96 | 0.38 |
| Hex | 4 | C0 | 7 | 62 | 0 | 60 | 19 | 79 | 60 | 26 |
| Octal | 4 | 300 | 7 | 142 | 0 | 140 | 31 | 171 | 140 | 46 |
| Binary | 100 | 11000000 | 111 | 1100010 | 0 | 1100000 | 11001 | 1111001 | 1100000 | 100110 |
Color Harmonies of #04C007
Complementary color
Monochromatic Colors of #04C007
Black with #04C007
Text Example
Text Example
White with #04C007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C007; }
p { color: rgb(4,192,7); }
H1.HeaderClassName
{
color: #04C007;
}
.AnyTagClassName
{
color: #04C007;
}
</style>
background-color css
<style>
a { background-color: #04C007; }
a { background-color: rgb(4,192,7); }
div.DivClassName
{
background-color: #04C007;
}
.BgClassName
{
background-color: #04C007;
}
</style>
border-color css
<style>
span { border-color: #04C007; }
span { border-color: rgb(4,192,7); }
td.TdClassName
{
border-color: #04C007;
}
.TagClassName
{
border-color: #04C007;
}
</style>