Shades of Islamic Green #04C502
Tints of Islamic Green #04C502
RGB
CMYK
RGB Variations
Color information
#04C502 (or 0x04C502) is known color: Islamic Green. HEX triplet: 04, C5 and 02. RGB value is (4,197,2). Sum of RGB (Red+Green+Blue) = 4+197+2=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 197 (77.34% from 255 or 97.04% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 197 - color contains mainly: green. Hex color #04C502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C502 is #FB3AFD. Grayscale: #757575. Windows color (decimal): -16464638 or 181508. OLE color: 181508.
HSL color Cylindrical-coordinate representation of color #04C502: hue angle of 119.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04C502 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 197 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.23 |
| HSL | 119.38º | 0.98% | 0.39% | - |
| HSV(B) | 119.38º | 0.99% | 0.77% | - |
| XYZ | 20.03 | 39.96 | 6.72 | - |
| YUV | 117.06 | 63.06 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 197 | 2 | 0.98 | 0 | 0.99 | 0.23 | 119.38 | 0.98 | 0.39 |
| Hex | 4 | C5 | 2 | 62 | 0 | 63 | 17 | 77 | 62 | 27 |
| Octal | 4 | 305 | 2 | 142 | 0 | 143 | 27 | 167 | 142 | 47 |
| Binary | 100 | 11000101 | 10 | 1100010 | 0 | 1100011 | 10111 | 1110111 | 1100010 | 100111 |
Color Harmonies of #04C502
Complementary color
Monochromatic Colors of #04C502
Black with #04C502
Text Example
Text Example
White with #04C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C502; }
p { color: rgb(4,197,2); }
H1.HeaderClassName
{
color: #04C502;
}
.AnyTagClassName
{
color: #04C502;
}
</style>
background-color css
<style>
a { background-color: #04C502; }
a { background-color: rgb(4,197,2); }
div.DivClassName
{
background-color: #04C502;
}
.BgClassName
{
background-color: #04C502;
}
</style>
border-color css
<style>
span { border-color: #04C502; }
span { border-color: rgb(4,197,2); }
td.TdClassName
{
border-color: #04C502;
}
.TagClassName
{
border-color: #04C502;
}
</style>