Shades of Islamic Green #05C002
Tints of Islamic Green #05C002
RGB
CMYK
RGB Variations
Color information
#05C002 (or 0x05C002) is known color: Islamic Green. HEX triplet: 05, C0 and 02. RGB value is (5,192,2). Sum of RGB (Red+Green+Blue) = 5+192+2=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 192 (75.39% from 255 or 96.48% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 192 - color contains mainly: green. Hex color #05C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C002 is #FA3FFD. Grayscale: #737373. Windows color (decimal): -16400382 or 180229. OLE color: 180229.
HSL color Cylindrical-coordinate representation of color #05C002: hue angle of 119.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05C002 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.25 |
| HSL | 119.05º | 0.98% | 0.38% | - |
| HSV(B) | 119.05º | 0.99% | 0.75% | - |
| XYZ | 18.92 | 37.74 | 6.34 | - |
| YUV | 114.43 | 64.55 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 2 | 0.97 | 0 | 0.99 | 0.25 | 119.05 | 0.98 | 0.38 |
| Hex | 5 | C0 | 2 | 61 | 0 | 63 | 19 | 77 | 62 | 26 |
| Octal | 5 | 300 | 2 | 141 | 0 | 143 | 31 | 167 | 142 | 46 |
| Binary | 101 | 11000000 | 10 | 1100001 | 0 | 1100011 | 11001 | 1110111 | 1100010 | 100110 |
Color Harmonies of #05C002
Complementary color
Monochromatic Colors of #05C002
Black with #05C002
Text Example
Text Example
White with #05C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C002; }
p { color: rgb(5,192,2); }
H1.HeaderClassName
{
color: #05C002;
}
.AnyTagClassName
{
color: #05C002;
}
</style>
background-color css
<style>
a { background-color: #05C002; }
a { background-color: rgb(5,192,2); }
div.DivClassName
{
background-color: #05C002;
}
.BgClassName
{
background-color: #05C002;
}
</style>
border-color css
<style>
span { border-color: #05C002; }
span { border-color: rgb(5,192,2); }
td.TdClassName
{
border-color: #05C002;
}
.TagClassName
{
border-color: #05C002;
}
</style>