Shades of Islamic Green #05C50D
Tints of Islamic Green #05C50D
RGB
CMYK
RGB Variations
Color information
#05C50D (or 0x05C50D) is known color: Islamic Green. HEX triplet: 05, C5 and 0D. RGB value is (5,197,13). Sum of RGB (Red+Green+Blue) = 5+197+13=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 197 (77.34% from 255 or 91.63% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 197 - color contains mainly: green. Hex color #05C50D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C50D is #FA3AF2. Grayscale: #777777. Windows color (decimal): -16399091 or 902405. OLE color: 902405.
HSL color Cylindrical-coordinate representation of color #05C50D: hue angle of 122.5º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C50D is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 13 | - |
| CMYK | 0.97 | 0 | 0.93 | 0.23 |
| HSL | 122.5º | 0.95% | 0.4% | - |
| HSV(B) | 122.5º | 0.97% | 0.77% | - |
| XYZ | 20.1 | 39.99 | 7.04 | - |
| YUV | 118.62 | 68.39 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 13 | 0.97 | 0 | 0.93 | 0.23 | 122.5 | 0.95 | 0.4 |
| Hex | 5 | C5 | D | 61 | 0 | 5D | 17 | 7B | 5F | 28 |
| Octal | 5 | 305 | 15 | 141 | 0 | 135 | 27 | 173 | 137 | 50 |
| Binary | 101 | 11000101 | 1101 | 1100001 | 0 | 1011101 | 10111 | 1111011 | 1011111 | 101000 |
Color Harmonies of #05C50D
Complementary color
Monochromatic Colors of #05C50D
Black with #05C50D
Text Example
Text Example
White with #05C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C50D; }
p { color: rgb(5,197,13); }
H1.HeaderClassName
{
color: #05C50D;
}
.AnyTagClassName
{
color: #05C50D;
}
</style>
background-color css
<style>
a { background-color: #05C50D; }
a { background-color: rgb(5,197,13); }
div.DivClassName
{
background-color: #05C50D;
}
.BgClassName
{
background-color: #05C50D;
}
</style>
border-color css
<style>
span { border-color: #05C50D; }
span { border-color: rgb(5,197,13); }
td.TdClassName
{
border-color: #05C50D;
}
.TagClassName
{
border-color: #05C50D;
}
</style>