Shades of Islamic Green #05C80D
Tints of Islamic Green #05C80D
RGB
CMYK
RGB Variations
Color information
#05C80D (or 0x05C80D) is known color: Islamic Green. HEX triplet: 05, C8 and 0D. RGB value is (5,200,13). Sum of RGB (Red+Green+Blue) = 5+200+13=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #05C80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C80D is #FA37F2. Grayscale: #787878. Windows color (decimal): -16398323 or 903173. OLE color: 903173.
HSL color Cylindrical-coordinate representation of color #05C80D: hue angle of 122.46º 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 #05C80D is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 13 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.22 |
| HSL | 122.46º | 0.95% | 0.4% | - |
| HSV(B) | 122.46º | 0.98% | 0.78% | - |
| XYZ | 20.79 | 41.37 | 7.27 | - |
| YUV | 120.38 | 67.4 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 13 | 0.98 | 0 | 0.94 | 0.22 | 122.46 | 0.95 | 0.4 |
| Hex | 5 | C8 | D | 62 | 0 | 5E | 16 | 7A | 5F | 28 |
| Octal | 5 | 310 | 15 | 142 | 0 | 136 | 26 | 172 | 137 | 50 |
| Binary | 101 | 11001000 | 1101 | 1100010 | 0 | 1011110 | 10110 | 1111010 | 1011111 | 101000 |
Color Harmonies of #05C80D
Complementary color
Monochromatic Colors of #05C80D
Black with #05C80D
Text Example
Text Example
White with #05C80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C80D; }
p { color: rgb(5,200,13); }
H1.HeaderClassName
{
color: #05C80D;
}
.AnyTagClassName
{
color: #05C80D;
}
</style>
background-color css
<style>
a { background-color: #05C80D; }
a { background-color: rgb(5,200,13); }
div.DivClassName
{
background-color: #05C80D;
}
.BgClassName
{
background-color: #05C80D;
}
</style>
border-color css
<style>
span { border-color: #05C80D; }
span { border-color: rgb(5,200,13); }
td.TdClassName
{
border-color: #05C80D;
}
.TagClassName
{
border-color: #05C80D;
}
</style>