#04B700

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

Shades of Islamic Green #04B700

Tints of Islamic Green #04B700

Color information

#04B700 (or 0x04B700) is unknown color: approx Islamic Green. HEX triplet: 04, B7 and 00. RGB value is (4,183,0). Sum of RGB (Red+Green+Blue) = 4+183+0=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 183 (71.88% from 255 or 97.86% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 183 - color contains mainly: green. Hex color #04B700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04B700 is #FB48FF. Grayscale: #6D6D6D. Windows color (decimal): -16468224 or 46852. OLE color: 46852.

HSL color Cylindrical-coordinate representation of color #04B700: hue angle of 118.69º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04B700 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB41830-
CMYK0.98010.28
HSL118.69º100%35.88%-
HSV(B)118.69º100%71.76%-
XYZ16.9833.895.65-
YUV108.6266.753.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 183 (71.88% from 255) = 97.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.14%
G=97.86%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal418300.98010.28118.6910035.88
Hex4B70620641C776424
Octal4267014201443416714444
Binary1001011011101100010011001001110011101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,183,0); }

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

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

 a { background-color: rgb(4,183,0); }

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

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

 span { border-color: rgb(4,183,0); }

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