Html Css Color HEX #04BD01 Islamic Green

📋 copy color: '#04BD01'

red 4 ◦ green 189 ◦ blue 1

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

Shades of Islamic Green #04BD01

Tints of Islamic Green #04BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 97.42%

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

R = 2.06%
G = 97.42%
B = 0.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#04BD01 (or 0x04BD01) is known color: Islamic Green. HEX triplet: 04, BD and 01. RGB value is (4,189,1). Sum of RGB (Red+Green+Blue) = 4+189+1=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 189 (74.22% from 255 or 97.42% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BD01 is #FB42FE. Grayscale: #707070. Windows color (decimal): -16466687 or 113924. OLE color: 113924.

HSL color Cylindrical-coordinate representation of color #04BD01: hue angle of 119.04º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04BD01 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 189 1 -
CMYK 0.98 0 0.99 0.26
HSL 119.04º 0.99% 0.37% -
HSV(B) 119.04º 0.99% 0.74% -
XYZ 18.25 36.42 6.1 -
YUV 112.25 65.21 50.79 -
System Red Green Blue C M Y K H S L
Decimal 4 189 1 0.98 0 0.99 0.26 119.04 0.99 0.37
Hex 4 BD 1 62 0 63 1A 77 63 25
Octal 4 275 1 142 0 143 32 167 143 45
Binary 100 10111101 1 1100010 0 1100011 11010 1110111 1100011 100101

Color Harmonies of #04BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD01

Black with #04BD01

Text Example


Text Example

White with #04BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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