Html Css Color HEX #05BE10 Islamic Green

📋 copy color: '#05BE10'

red 5 ◦ green 190 ◦ blue 16

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

Shades of Islamic Green #05BE10

Tints of Islamic Green #05BE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 2.37%
G = 90.05%
B = 7.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#05BE10 (or 0x05BE10) is known color: Islamic Green. HEX triplet: 05, BE and 10. RGB value is (5,190,16). Sum of RGB (Red+Green+Blue) = 5+190+16=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 190 (74.61% from 255 or 90.05% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BE10 is #FA41EF. Grayscale: #737373. Windows color (decimal): -16400880 or 1097221. OLE color: 1097221.

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

Color convert

RGB 5 190 16 -
CMYK 0.97 0 0.92 0.25
HSL 123.57º 0.95% 0.38% -
HSV(B) 123.57º 0.97% 0.75% -
XYZ 18.57 36.9 6.63 -
YUV 114.85 72.21 49.65 -
System Red Green Blue C M Y K H S L
Decimal 5 190 16 0.97 0 0.92 0.25 123.57 0.95 0.38
Hex 5 BE 10 61 0 5C 19 7C 5F 26
Octal 5 276 20 141 0 134 31 174 137 46
Binary 101 10111110 10000 1100001 0 1011100 11001 1111100 1011111 100110

Color Harmonies of #05BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BE10

Black with #05BE10

Text Example


Text Example

White with #05BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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