Shades of Islamic Green #05C008
Tints of Islamic Green #05C008
RGB
CMYK
RGB Variations
Color information
#05C008 (or 0x05C008) is known color: Islamic Green. HEX triplet: 05, C0 and 08. RGB value is (5,192,8). Sum of RGB (Red+Green+Blue) = 5+192+8=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #05C008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C008 is #FA3FF7. Grayscale: #737373. Windows color (decimal): -16400376 or 573445. OLE color: 573445.
HSL color Cylindrical-coordinate representation of color #05C008: hue angle of 120.96º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C008 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 8 | - |
| CMYK | 0.97 | 0 | 0.96 | 0.25 |
| HSL | 120.96º | 0.95% | 0.39% | - |
| HSV(B) | 120.96º | 0.97% | 0.75% | - |
| XYZ | 18.96 | 37.75 | 6.52 | - |
| YUV | 115.11 | 67.55 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 8 | 0.97 | 0 | 0.96 | 0.25 | 120.96 | 0.95 | 0.39 |
| Hex | 5 | C0 | 8 | 61 | 0 | 60 | 19 | 79 | 5F | 27 |
| Octal | 5 | 300 | 10 | 141 | 0 | 140 | 31 | 171 | 137 | 47 |
| Binary | 101 | 11000000 | 1000 | 1100001 | 0 | 1100000 | 11001 | 1111001 | 1011111 | 100111 |
Color Harmonies of #05C008
Complementary color
Monochromatic Colors of #05C008
Black with #05C008
Text Example
Text Example
White with #05C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C008; }
p { color: rgb(5,192,8); }
H1.HeaderClassName
{
color: #05C008;
}
.AnyTagClassName
{
color: #05C008;
}
</style>
background-color css
<style>
a { background-color: #05C008; }
a { background-color: rgb(5,192,8); }
div.DivClassName
{
background-color: #05C008;
}
.BgClassName
{
background-color: #05C008;
}
</style>
border-color css
<style>
span { border-color: #05C008; }
span { border-color: rgb(5,192,8); }
td.TdClassName
{
border-color: #05C008;
}
.TagClassName
{
border-color: #05C008;
}
</style>