Shades of Islamic Green #05B702
Tints of Islamic Green #05B702
RGB
CMYK
RGB Variations
Color information
#05B702 (or 0x05B702) is known color: Islamic Green. HEX triplet: 05, B7 and 02. RGB value is (5,183,2). Sum of RGB (Red+Green+Blue) = 5+183+2=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 183 (71.88% from 255 or 96.32% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 183 - color contains mainly: green. Hex color #05B702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05B702 is #FA48FD. Grayscale: #6D6D6D. Windows color (decimal): -16402686 or 177925. OLE color: 177925.
HSL color Cylindrical-coordinate representation of color #05B702: hue angle of 119.01º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05B702 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 5 | 183 | 2 | - |
| CMYK | 0.97 | 0 | 0.99 | 0.28 |
| HSL | 119.01º | 0.98% | 0.36% | - |
| HSV(B) | 119.01º | 0.99% | 0.72% | - |
| XYZ | 17.01 | 33.9 | 5.71 | - |
| YUV | 109.14 | 67.53 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 183 | 2 | 0.97 | 0 | 0.99 | 0.28 | 119.01 | 0.98 | 0.36 |
| Hex | 5 | B7 | 2 | 61 | 0 | 63 | 1C | 77 | 62 | 24 |
| Octal | 5 | 267 | 2 | 141 | 0 | 143 | 34 | 167 | 142 | 44 |
| Binary | 101 | 10110111 | 10 | 1100001 | 0 | 1100011 | 11100 | 1110111 | 1100010 | 100100 |
Color Harmonies of #05B702
Complementary color
Monochromatic Colors of #05B702
Black with #05B702
Text Example
Text Example
White with #05B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B702; }
p { color: rgb(5,183,2); }
H1.HeaderClassName
{
color: #05B702;
}
.AnyTagClassName
{
color: #05B702;
}
</style>
background-color css
<style>
a { background-color: #05B702; }
a { background-color: rgb(5,183,2); }
div.DivClassName
{
background-color: #05B702;
}
.BgClassName
{
background-color: #05B702;
}
</style>
border-color css
<style>
span { border-color: #05B702; }
span { border-color: rgb(5,183,2); }
td.TdClassName
{
border-color: #05B702;
}
.TagClassName
{
border-color: #05B702;
}
</style>