Html Css Color HEX #05BE14 Islamic Green

📋 copy color: '#05BE14'

red 5 ◦ green 190 ◦ blue 20

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

Shades of Islamic Green #05BE14

Tints of Islamic Green #05BE14

RGB

 RED value IS 5 (2.34% from 255) = 2.33%

 GREEN value IS 190 (74.61% from 255) = 88.37%

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 2.33%
G = 88.37%
B = 9.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#05BE14 (or 0x05BE14) is known color: Islamic Green. HEX triplet: 05, BE and 14. RGB value is (5,190,20). Sum of RGB (Red+Green+Blue) = 5+190+20=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 190 (74.61% from 255 or 88.37% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BE14 is #FA41EB. Grayscale: #737373. Windows color (decimal): -16400876 or 1359365. OLE color: 1359365.

HSL color Cylindrical-coordinate representation of color #05BE14: hue angle of 124.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BE14 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 190 20 -
CMYK 0.97 0 0.89 0.25
HSL 124.86º 0.95% 0.38% -
HSV(B) 124.86º 0.97% 0.75% -
XYZ 18.6 36.91 6.81 -
YUV 115.31 74.21 49.32 -
System Red Green Blue C M Y K H S L
Decimal 5 190 20 0.97 0 0.89 0.25 124.86 0.95 0.38
Hex 5 BE 14 61 0 59 19 7D 5F 26
Octal 5 276 24 141 0 131 31 175 137 46
Binary 101 10111110 10100 1100001 0 1011001 11001 1111101 1011111 100110

Color Harmonies of #05BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BE14

Black with #05BE14

Text Example


Text Example

White with #05BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05BE14;
 }
 .AnyTagClassName
 {
   color: #05BE14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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