Shades of Islamic Green #05C003
Tints of Islamic Green #05C003
RGB
CMYK
RGB Variations
Color information
#05C003 (or 0x05C003) is known color: Islamic Green. HEX triplet: 05, C0 and 03. RGB value is (5,192,3). Sum of RGB (Red+Green+Blue) = 5+192+3=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 192 (75.39% from 255 or 96% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 192 - color contains mainly: green. Hex color #05C003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C003 is #FA3FFC. Grayscale: #737373. Windows color (decimal): -16400381 or 245765. OLE color: 245765.
HSL color Cylindrical-coordinate representation of color #05C003: hue angle of 119.37º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C003 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 3 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.25 |
| HSL | 119.37º | 0.97% | 0.38% | - |
| HSV(B) | 119.37º | 0.98% | 0.75% | - |
| XYZ | 18.93 | 37.74 | 6.37 | - |
| YUV | 114.54 | 65.05 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 3 | 0.97 | 0 | 0.98 | 0.25 | 119.37 | 0.97 | 0.38 |
| Hex | 5 | C0 | 3 | 61 | 0 | 62 | 19 | 77 | 61 | 26 |
| Octal | 5 | 300 | 3 | 141 | 0 | 142 | 31 | 167 | 141 | 46 |
| Binary | 101 | 11000000 | 11 | 1100001 | 0 | 1100010 | 11001 | 1110111 | 1100001 | 100110 |
Color Harmonies of #05C003
Complementary color
Monochromatic Colors of #05C003
Black with #05C003
Text Example
Text Example
White with #05C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C003; }
p { color: rgb(5,192,3); }
H1.HeaderClassName
{
color: #05C003;
}
.AnyTagClassName
{
color: #05C003;
}
</style>
background-color css
<style>
a { background-color: #05C003; }
a { background-color: rgb(5,192,3); }
div.DivClassName
{
background-color: #05C003;
}
.BgClassName
{
background-color: #05C003;
}
</style>
border-color css
<style>
span { border-color: #05C003; }
span { border-color: rgb(5,192,3); }
td.TdClassName
{
border-color: #05C003;
}
.TagClassName
{
border-color: #05C003;
}
</style>