Html Css Color HEX #05B101 Islamic Green

📋 copy color: '#05B101'

red 5 ◦ green 177 ◦ blue 1

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

Shades of Islamic Green #05B101

Tints of Islamic Green #05B101

RGB

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

 GREEN value IS 177 (69.53% from 255) = 96.72%

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

R = 2.73%
G = 96.72%
B = 0.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#05B101 (or 0x05B101) is known color: Islamic Green. HEX triplet: 05, B1 and 01. RGB value is (5,177,1). Sum of RGB (Red+Green+Blue) = 5+177+1=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 177 (69.53% from 255 or 96.72% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 177 - color contains mainly: green. Hex color #05B101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05B101 is #FA4EFE. Grayscale: #6A6A6A. Windows color (decimal): -16404223 or 110853. OLE color: 110853.

HSL color Cylindrical-coordinate representation of color #05B101: hue angle of 118.64º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05B101 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 177 1 -
CMYK 0.97 0 0.99 0.31
HSL 118.64º 0.99% 0.35% -
HSV(B) 118.64º 0.99% 0.69% -
XYZ 15.79 31.48 5.27 -
YUV 105.51 69.02 56.31 -
System Red Green Blue C M Y K H S L
Decimal 5 177 1 0.97 0 0.99 0.31 118.64 0.99 0.35
Hex 5 B1 1 61 0 63 1F 77 63 23
Octal 5 261 1 141 0 143 37 167 143 43
Binary 101 10110001 1 1100001 0 1100011 11111 1110111 1100011 100011

Color Harmonies of #05B101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B101

Black with #05B101

Text Example


Text Example

White with #05B101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,177,1); }

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

background-color css

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

 a { background-color: rgb(5,177,1); }

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

border-color css

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

 span { border-color: rgb(5,177,1); }

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