Shades of Islamic Green #00C507
Tints of Islamic Green #00C507
RGB
CMYK
RGB Variations
Color information
#00C507 (or 0x00C507) is known color: Islamic Green. HEX triplet: 00, C5 and 07. RGB value is (0,197,7). Sum of RGB (Red+Green+Blue) = 0+197+7=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 197 (77.34% from 255 or 96.57% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 197 - color contains mainly: green. Hex color #00C507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C507 is #FF3AF8. Grayscale: #747474. Windows color (decimal): -16726777 or 509184. OLE color: 509184.
HSL color Cylindrical-coordinate representation of color #00C507: hue angle of 122.13º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C507 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 7 | - |
| CMYK | 1 | 0 | 0.96 | 0.23 |
| HSL | 122.13º | 1% | 0.39% | - |
| HSV(B) | 122.13º | 1% | 0.77% | - |
| XYZ | 20 | 39.95 | 6.86 | - |
| YUV | 116.44 | 66.23 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 7 | 1 | 0 | 0.96 | 0.23 | 122.13 | 1 | 0.39 |
| Hex | 0 | C5 | 7 | 64 | 0 | 60 | 17 | 7A | 64 | 27 |
| Octal | 0 | 305 | 7 | 144 | 0 | 140 | 27 | 172 | 144 | 47 |
| Binary | 0 | 11000101 | 111 | 1100100 | 0 | 1100000 | 10111 | 1111010 | 1100100 | 100111 |
Color Harmonies of #00C507
Complementary color
Monochromatic Colors of #00C507
Black with #00C507
Text Example
Text Example
White with #00C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C507; }
p { color: rgb(0,197,7); }
H1.HeaderClassName
{
color: #00C507;
}
.AnyTagClassName
{
color: #00C507;
}
</style>
background-color css
<style>
a { background-color: #00C507; }
a { background-color: rgb(0,197,7); }
div.DivClassName
{
background-color: #00C507;
}
.BgClassName
{
background-color: #00C507;
}
</style>
border-color css
<style>
span { border-color: #00C507; }
span { border-color: rgb(0,197,7); }
td.TdClassName
{
border-color: #00C507;
}
.TagClassName
{
border-color: #00C507;
}
</style>