#04BF03

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

Shades of Islamic Green #04BF03

Tints of Islamic Green #04BF03

Color information

#04BF03 (or 0x04BF03) is unknown color: approx Islamic Green. HEX triplet: 04, BF and 03. RGB value is (4,191,3). Sum of RGB (Red+Green+Blue) = 4+191+3=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 191 (75% from 255 or 96.46% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BF03 is #FB40FC. Grayscale: #727272. Windows color (decimal): -16466173 or 245508. OLE color: 245508.

HSL color Cylindrical-coordinate representation of color #04BF03: hue angle of 119.68º degrees, saturation: 0.97, 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 #04BF03 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB41913-
CMYK0.9800.980.25
HSL119.68º96.91%38.04%-
HSV(B)119.68º98.43%74.9%-
XYZ18.737.296.3-
YUV113.6565.5549.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.02%
GREEN value IS 191 (75% from 255) = 96.46%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=2.02%
G=96.46%
B=1.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal419130.9800.980.25119.6896.9138.04
Hex4BF36206219786126
Octal4277314201423117014146
Binary10010111111111100010011000101100111110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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