Shades of Islamic Green #04C505
Tints of Islamic Green #04C505
RGB
CMYK
RGB Variations
Color information
#04C505 (or 0x04C505) is known color: Islamic Green. HEX triplet: 04, C5 and 05. RGB value is (4,197,5). Sum of RGB (Red+Green+Blue) = 4+197+5=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 197 (77.34% from 255 or 95.63% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 197 - color contains mainly: green. Hex color #04C505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C505 is #FB3AFA. Grayscale: #757575. Windows color (decimal): -16464635 or 378116. OLE color: 378116.
HSL color Cylindrical-coordinate representation of color #04C505: hue angle of 120.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C505 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 5 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.23 |
| HSL | 120.31º | 0.96% | 0.39% | - |
| HSV(B) | 120.31º | 0.98% | 0.77% | - |
| XYZ | 20.04 | 39.97 | 6.8 | - |
| YUV | 117.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 5 | 0.98 | 0 | 0.97 | 0.23 | 120.31 | 0.96 | 0.39 |
| Hex | 4 | C5 | 5 | 62 | 0 | 61 | 17 | 78 | 60 | 27 |
| Octal | 4 | 305 | 5 | 142 | 0 | 141 | 27 | 170 | 140 | 47 |
| Binary | 100 | 11000101 | 101 | 1100010 | 0 | 1100001 | 10111 | 1111000 | 1100000 | 100111 |
Color Harmonies of #04C505
Complementary color
Monochromatic Colors of #04C505
Black with #04C505
Text Example
Text Example
White with #04C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C505; }
p { color: rgb(4,197,5); }
H1.HeaderClassName
{
color: #04C505;
}
.AnyTagClassName
{
color: #04C505;
}
</style>
background-color css
<style>
a { background-color: #04C505; }
a { background-color: rgb(4,197,5); }
div.DivClassName
{
background-color: #04C505;
}
.BgClassName
{
background-color: #04C505;
}
</style>
border-color css
<style>
span { border-color: #04C505; }
span { border-color: rgb(4,197,5); }
td.TdClassName
{
border-color: #04C505;
}
.TagClassName
{
border-color: #04C505;
}
</style>