Shades of Islamic Green #05C904
Tints of Islamic Green #05C904
RGB
CMYK
RGB Variations
Color information
#05C904 (or 0x05C904) is known color: Islamic Green. HEX triplet: 05, C9 and 04. RGB value is (5,201,4). Sum of RGB (Red+Green+Blue) = 5+201+4=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 201 (78.91% from 255 or 95.71% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 201 - color contains mainly: green. Hex color #05C904 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C904 is #FA36FB. Grayscale: #787878. Windows color (decimal): -16398076 or 313605. OLE color: 313605.
HSL color Cylindrical-coordinate representation of color #05C904: hue angle of 119.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C904 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 4 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.21 |
| HSL | 119.7º | 0.96% | 0.4% | - |
| HSV(B) | 119.7º | 0.98% | 0.79% | - |
| XYZ | 20.97 | 41.81 | 7.08 | - |
| YUV | 119.94 | 62.57 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 4 | 0.98 | 0 | 0.98 | 0.21 | 119.7 | 0.96 | 0.4 |
| Hex | 5 | C9 | 4 | 62 | 0 | 62 | 15 | 78 | 60 | 28 |
| Octal | 5 | 311 | 4 | 142 | 0 | 142 | 25 | 170 | 140 | 50 |
| Binary | 101 | 11001001 | 100 | 1100010 | 0 | 1100010 | 10101 | 1111000 | 1100000 | 101000 |
Color Harmonies of #05C904
Complementary color
Monochromatic Colors of #05C904
Black with #05C904
Text Example
Text Example
White with #05C904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C904; }
p { color: rgb(5,201,4); }
H1.HeaderClassName
{
color: #05C904;
}
.AnyTagClassName
{
color: #05C904;
}
</style>
background-color css
<style>
a { background-color: #05C904; }
a { background-color: rgb(5,201,4); }
div.DivClassName
{
background-color: #05C904;
}
.BgClassName
{
background-color: #05C904;
}
</style>
border-color css
<style>
span { border-color: #05C904; }
span { border-color: rgb(5,201,4); }
td.TdClassName
{
border-color: #05C904;
}
.TagClassName
{
border-color: #05C904;
}
</style>