Shades of Islamic Green #05C80C
Tints of Islamic Green #05C80C
RGB
CMYK
RGB Variations
Color information
#05C80C (or 0x05C80C) is known color: Islamic Green. HEX triplet: 05, C8 and 0C. RGB value is (5,200,12). Sum of RGB (Red+Green+Blue) = 5+200+12=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 200 (78.52% from 255 or 92.17% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 200 - color contains mainly: green. Hex color #05C80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C80C is #FA37F3. Grayscale: #787878. Windows color (decimal): -16398324 or 837637. OLE color: 837637.
HSL color Cylindrical-coordinate representation of color #05C80C: hue angle of 122.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C80C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.22 |
| HSL | 122.15º | 0.95% | 0.4% | - |
| HSV(B) | 122.15º | 0.98% | 0.78% | - |
| XYZ | 20.78 | 41.37 | 7.24 | - |
| YUV | 120.26 | 66.9 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 12 | 0.98 | 0 | 0.94 | 0.22 | 122.15 | 0.95 | 0.4 |
| Hex | 5 | C8 | C | 62 | 0 | 5E | 16 | 7A | 5F | 28 |
| Octal | 5 | 310 | 14 | 142 | 0 | 136 | 26 | 172 | 137 | 50 |
| Binary | 101 | 11001000 | 1100 | 1100010 | 0 | 1011110 | 10110 | 1111010 | 1011111 | 101000 |
Color Harmonies of #05C80C
Complementary color
Monochromatic Colors of #05C80C
Black with #05C80C
Text Example
Text Example
White with #05C80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C80C; }
p { color: rgb(5,200,12); }
H1.HeaderClassName
{
color: #05C80C;
}
.AnyTagClassName
{
color: #05C80C;
}
</style>
background-color css
<style>
a { background-color: #05C80C; }
a { background-color: rgb(5,200,12); }
div.DivClassName
{
background-color: #05C80C;
}
.BgClassName
{
background-color: #05C80C;
}
</style>
border-color css
<style>
span { border-color: #05C80C; }
span { border-color: rgb(5,200,12); }
td.TdClassName
{
border-color: #05C80C;
}
.TagClassName
{
border-color: #05C80C;
}
</style>