Html Css Color HEX #04BF01 Islamic Green

📋 copy color: '#04BF01'

red 4 ◦ green 191 ◦ blue 1

#04BF01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #04BF01

Tints of Islamic Green #04BF01

RGB

 RED value IS 4 (1.95% from 255) = 2.04%

 GREEN value IS 191 (75% from 255) = 97.45%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 2.04%
G = 97.45%
B = 0.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#04BF01 (or 0x04BF01) is known color: Islamic Green. HEX triplet: 04, BF and 01. RGB value is (4,191,1). Sum of RGB (Red+Green+Blue) = 4+191+1=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 191 (75% from 255 or 97.45% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 191 - color contains mainly: green. Hex color #04BF01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BF01 is #FB40FE. Grayscale: #727272. Windows color (decimal): -16466175 or 114436. OLE color: 114436.

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

Color convert

RGB 4 191 1 -
CMYK 0.98 0 0.99 0.25
HSL 119.05º 0.99% 0.38% -
HSV(B) 119.05º 0.99% 0.75% -
XYZ 18.69 37.29 6.24 -
YUV 113.43 64.55 49.95 -
System Red Green Blue C M Y K H S L
Decimal 4 191 1 0.98 0 0.99 0.25 119.05 0.99 0.38
Hex 4 BF 1 62 0 63 19 77 63 26
Octal 4 277 1 142 0 143 31 167 143 46
Binary 100 10111111 1 1100010 0 1100011 11001 1110111 1100011 100110

Color Harmonies of #04BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BF01

Black with #04BF01

Text Example


Text Example

White with #04BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BF01;
 }
 .AnyTagClassName
 {
   color: #04BF01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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