Shades of Islamic Green #07C50F
Tints of Islamic Green #07C50F
RGB
CMYK
RGB Variations
Color information
#07C50F (or 0x07C50F) is known color: Islamic Green. HEX triplet: 07, C5 and 0F. RGB value is (7,197,15). Sum of RGB (Red+Green+Blue) = 7+197+15=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 197 (77.34% from 255 or 89.95% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 197 - color contains mainly: green. Hex color #07C50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C50F is #F83AF0. Grayscale: #777777. Windows color (decimal): -16268017 or 1033479. OLE color: 1033479.
HSL color Cylindrical-coordinate representation of color #07C50F: hue angle of 122.53º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C50F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 197 | 15 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.23 |
| HSL | 122.53º | 0.93% | 0.4% | - |
| HSV(B) | 122.53º | 0.96% | 0.77% | - |
| XYZ | 20.14 | 40.01 | 7.11 | - |
| YUV | 119.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 197 | 15 | 0.96 | 0 | 0.92 | 0.23 | 122.53 | 0.93 | 0.4 |
| Hex | 7 | C5 | F | 60 | 0 | 5C | 17 | 7B | 5D | 28 |
| Octal | 7 | 305 | 17 | 140 | 0 | 134 | 27 | 173 | 135 | 50 |
| Binary | 111 | 11000101 | 1111 | 1100000 | 0 | 1011100 | 10111 | 1111011 | 1011101 | 101000 |
Color Harmonies of #07C50F
Complementary color
Monochromatic Colors of #07C50F
Black with #07C50F
Text Example
Text Example
White with #07C50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C50F; }
p { color: rgb(7,197,15); }
H1.HeaderClassName
{
color: #07C50F;
}
.AnyTagClassName
{
color: #07C50F;
}
</style>
background-color css
<style>
a { background-color: #07C50F; }
a { background-color: rgb(7,197,15); }
div.DivClassName
{
background-color: #07C50F;
}
.BgClassName
{
background-color: #07C50F;
}
</style>
border-color css
<style>
span { border-color: #07C50F; }
span { border-color: rgb(7,197,15); }
td.TdClassName
{
border-color: #07C50F;
}
.TagClassName
{
border-color: #07C50F;
}
</style>