Shades of Islamic Green #07BE00
Tints of Islamic Green #07BE00
RGB
CMYK
RGB Variations
Color information
#07BE00 (or 0x07BE00) is known color: Islamic Green. HEX triplet: 07, BE and 00. RGB value is (7,190,0). Sum of RGB (Red+Green+Blue) = 7+190+0=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 190 (74.61% from 255 or 96.45% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 190 - color contains mainly: green. Hex color #07BE00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BE00 is #F841FF. Grayscale: #727272. Windows color (decimal): -16269824 or 48647. OLE color: 48647.
HSL color Cylindrical-coordinate representation of color #07BE00: hue angle of 117.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07BE00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 190 | 0 | - |
| CMYK | 0.96 | 0 | 1 | 0.25 |
| HSL | 117.79º | 1% | 0.37% | - |
| HSV(B) | 117.79º | 1% | 0.75% | - |
| XYZ | 18.5 | 36.87 | 6.14 | - |
| YUV | 113.62 | 63.87 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 190 | 0 | 0.96 | 0 | 1 | 0.25 | 117.79 | 1 | 0.37 |
| Hex | 7 | BE | 0 | 60 | 0 | 64 | 19 | 76 | 64 | 25 |
| Octal | 7 | 276 | 0 | 140 | 0 | 144 | 31 | 166 | 144 | 45 |
| Binary | 111 | 10111110 | 0 | 1100000 | 0 | 1100100 | 11001 | 1110110 | 1100100 | 100101 |
Color Harmonies of #07BE00
Complementary color
Monochromatic Colors of #07BE00
Black with #07BE00
Text Example
Text Example
White with #07BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BE00; }
p { color: rgb(7,190,0); }
H1.HeaderClassName
{
color: #07BE00;
}
.AnyTagClassName
{
color: #07BE00;
}
</style>
background-color css
<style>
a { background-color: #07BE00; }
a { background-color: rgb(7,190,0); }
div.DivClassName
{
background-color: #07BE00;
}
.BgClassName
{
background-color: #07BE00;
}
</style>
border-color css
<style>
span { border-color: #07BE00; }
span { border-color: rgb(7,190,0); }
td.TdClassName
{
border-color: #07BE00;
}
.TagClassName
{
border-color: #07BE00;
}
</style>