#05BE04

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

Shades of Islamic Green #05BE04

Tints of Islamic Green #05BE04

Color information

#05BE04 (or 0x05BE04) is unknown color: approx Islamic Green. HEX triplet: 05, BE and 04. RGB value is (5,190,4). Sum of RGB (Red+Green+Blue) = 5+190+4=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 190 (74.61% from 255 or 95.48% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BE04 is #FA41FB. Grayscale: #727272. Windows color (decimal): -16400892 or 310789. OLE color: 310789.

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

Color convert

RGB51904-
CMYK0.9700.980.25
HSL119.68º95.88%38.04%-
HSV(B)119.68º97.89%74.51%-
XYZ18.536.876.26-
YUV113.4866.2150.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 190 (74.61% from 255) = 95.48%
BLUE value IS 4 (1.95% from 255) = 2.01%
R=2.51%
G=95.48%
B=2.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal519040.9700.980.25119.6895.8838.04
Hex5BE46106219786026
Octal5276414101423117014046
Binary101101111101001100001011000101100111110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05BE04; }

 p { color: rgb(5,190,4); }

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

<style>
 a { background-color: #05BE04; }

 a { background-color: rgb(5,190,4); }

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

<style>
 span { border-color: #05BE04; }

 span { border-color: rgb(5,190,4); }

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