Shades of Islamic Green #1FBF01
Tints of Islamic Green #1FBF01
RGB
CMYK
RGB Variations
Color information
#1FBF01 (or 0x1FBF01) is known color: Islamic Green. HEX triplet: 1F, BF and 01. RGB value is (31,191,1). Sum of RGB (Red+Green+Blue) = 31+191+1=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 191 (75% from 255 or 85.65% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF01 is #E040FE. Grayscale: #7A7A7A. Windows color (decimal): -14696703 or 114463. OLE color: 114463.
HSL color Cylindrical-coordinate representation of color #1FBF01: hue angle of 110.53º degrees, saturation: 0.99, 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 #1FBF01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.25 |
| HSL | 110.53º | 0.99% | 0.38% | - |
| HSV(B) | 110.53º | 0.99% | 0.75% | - |
| XYZ | 19.2 | 37.56 | 6.27 | - |
| YUV | 121.5 | 59.99 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 1 | 0.84 | 0 | 0.99 | 0.25 | 110.53 | 0.99 | 0.38 |
| Hex | 1F | BF | 1 | 54 | 0 | 63 | 19 | 6F | 63 | 26 |
| Octal | 37 | 277 | 1 | 124 | 0 | 143 | 31 | 157 | 143 | 46 |
| Binary | 11111 | 10111111 | 1 | 1010100 | 0 | 1100011 | 11001 | 1101111 | 1100011 | 100110 |
Color Harmonies of #1FBF01
Complementary color
Monochromatic Colors of #1FBF01
Black with #1FBF01
Text Example
Text Example
White with #1FBF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF01; }
p { color: rgb(31,191,1); }
H1.HeaderClassName
{
color: #1FBF01;
}
.AnyTagClassName
{
color: #1FBF01;
}
</style>
background-color css
<style>
a { background-color: #1FBF01; }
a { background-color: rgb(31,191,1); }
div.DivClassName
{
background-color: #1FBF01;
}
.BgClassName
{
background-color: #1FBF01;
}
</style>
border-color css
<style>
span { border-color: #1FBF01; }
span { border-color: rgb(31,191,1); }
td.TdClassName
{
border-color: #1FBF01;
}
.TagClassName
{
border-color: #1FBF01;
}
</style>