Shades of Islamic Green #04C202
Tints of Islamic Green #04C202
RGB
CMYK
RGB Variations
Color information
#04C202 (or 0x04C202) is known color: Islamic Green. HEX triplet: 04, C2 and 02. RGB value is (4,194,2). Sum of RGB (Red+Green+Blue) = 4+194+2=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 194 (76.17% from 255 or 97% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 194 - color contains mainly: green. Hex color #04C202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C202 is #FB3DFD. Grayscale: #737373. Windows color (decimal): -16465406 or 180740. OLE color: 180740.
HSL color Cylindrical-coordinate representation of color #04C202: hue angle of 119.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04C202 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.24 |
| HSL | 119.38º | 0.98% | 0.38% | - |
| HSV(B) | 119.38º | 0.99% | 0.76% | - |
| XYZ | 19.35 | 38.61 | 6.49 | - |
| YUV | 115.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 2 | 0.98 | 0 | 0.99 | 0.24 | 119.38 | 0.98 | 0.38 |
| Hex | 4 | C2 | 2 | 62 | 0 | 63 | 18 | 77 | 62 | 26 |
| Octal | 4 | 302 | 2 | 142 | 0 | 143 | 30 | 167 | 142 | 46 |
| Binary | 100 | 11000010 | 10 | 1100010 | 0 | 1100011 | 11000 | 1110111 | 1100010 | 100110 |
Color Harmonies of #04C202
Complementary color
Monochromatic Colors of #04C202
Black with #04C202
Text Example
Text Example
White with #04C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C202; }
p { color: rgb(4,194,2); }
H1.HeaderClassName
{
color: #04C202;
}
.AnyTagClassName
{
color: #04C202;
}
</style>
background-color css
<style>
a { background-color: #04C202; }
a { background-color: rgb(4,194,2); }
div.DivClassName
{
background-color: #04C202;
}
.BgClassName
{
background-color: #04C202;
}
</style>
border-color css
<style>
span { border-color: #04C202; }
span { border-color: rgb(4,194,2); }
td.TdClassName
{
border-color: #04C202;
}
.TagClassName
{
border-color: #04C202;
}
</style>