#04BF11

Color #04BF11 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04BF11

Tints of Islamic Green #04BF11

Color information

#04BF11 (or 0x04BF11) is unknown color: approx Islamic Green. HEX triplet: 04, BF and 11. RGB value is (4,191,17). Sum of RGB (Red+Green+Blue) = 4+191+17=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 191 (75% from 255 or 90.09% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BF11 is #FB40EE. Grayscale: #737373. Windows color (decimal): -16466159 or 1163012. OLE color: 1163012.

HSL color Cylindrical-coordinate representation of color #04BF11: hue angle of 124.17º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BF11 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB419117-
CMYK0.9800.910.25
HSL124.17º95.9%38.24%-
HSV(B)124.17º97.91%74.9%-
XYZ18.7837.336.75-
YUV115.2572.5548.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.89%
GREEN value IS 191 (75% from 255) = 90.09%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=1.89%
G=90.09%
B=8.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4191170.9800.910.25124.1795.938.24
Hex4BF116205B197c6026
Octal42772114201333117414046
Binary10010111111100011100010010110111100111111001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04BF11; }

 p { color: rgb(4,191,17); }

 H1.HeaderClassName
 {
   color: #04BF11;
 }
 .AnyTagClassName
 {
   color: #04BF11;
 }
</style>
background-color css

<style>
 a { background-color: #04BF11; }

 a { background-color: rgb(4,191,17); }

 div.DivClassName
 {
   background-color: #04BF11;
 }
 .BgClassName
 {
   background-color: #04BF11;
 }
</style>
border-color css

<style>
 span { border-color: #04BF11; }

 span { border-color: rgb(4,191,17); }

 td.TdClassName
 {
   border-color: #04BF11;
 }
 .TagClassName
 {
   border-color: #04BF11;
 }
</style>