Shades of Islamic Green #05C703
Tints of Islamic Green #05C703
RGB
CMYK
RGB Variations
Color information
#05C703 (or 0x05C703) is known color: Islamic Green. HEX triplet: 05, C7 and 03. RGB value is (5,199,3). Sum of RGB (Red+Green+Blue) = 5+199+3=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 199 (78.12% from 255 or 96.14% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 199 - color contains mainly: green. Hex color #05C703 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C703 is #FA38FC. Grayscale: #777777. Windows color (decimal): -16398589 or 247557. OLE color: 247557.
HSL color Cylindrical-coordinate representation of color #05C703: hue angle of 119.39º degrees, saturation: 0.97, 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 #05C703 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 3 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.22 |
| HSL | 119.39º | 0.97% | 0.4% | - |
| HSV(B) | 119.39º | 0.98% | 0.78% | - |
| XYZ | 20.5 | 40.89 | 6.9 | - |
| YUV | 118.65 | 62.73 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 3 | 0.97 | 0 | 0.98 | 0.22 | 119.39 | 0.97 | 0.4 |
| Hex | 5 | C7 | 3 | 61 | 0 | 62 | 16 | 77 | 61 | 28 |
| Octal | 5 | 307 | 3 | 141 | 0 | 142 | 26 | 167 | 141 | 50 |
| Binary | 101 | 11000111 | 11 | 1100001 | 0 | 1100010 | 10110 | 1110111 | 1100001 | 101000 |
Color Harmonies of #05C703
Complementary color
Monochromatic Colors of #05C703
Black with #05C703
Text Example
Text Example
White with #05C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C703; }
p { color: rgb(5,199,3); }
H1.HeaderClassName
{
color: #05C703;
}
.AnyTagClassName
{
color: #05C703;
}
</style>
background-color css
<style>
a { background-color: #05C703; }
a { background-color: rgb(5,199,3); }
div.DivClassName
{
background-color: #05C703;
}
.BgClassName
{
background-color: #05C703;
}
</style>
border-color css
<style>
span { border-color: #05C703; }
span { border-color: rgb(5,199,3); }
td.TdClassName
{
border-color: #05C703;
}
.TagClassName
{
border-color: #05C703;
}
</style>