Html Css Color HEX #05BB01 Islamic Green

📋 copy color: '#05BB01'

red 5 ◦ green 187 ◦ blue 1

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

Shades of Islamic Green #05BB01

Tints of Islamic Green #05BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 96.89%

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

R = 2.59%
G = 96.89%
B = 0.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#05BB01 (or 0x05BB01) is known color: Islamic Green. HEX triplet: 05, BB and 01. RGB value is (5,187,1). Sum of RGB (Red+Green+Blue) = 5+187+1=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 187 (73.44% from 255 or 96.89% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 187 - color contains mainly: green. Hex color #05BB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BB01 is #FA44FE. Grayscale: #6F6F6F. Windows color (decimal): -16401663 or 113413. OLE color: 113413.

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

Color convert

RGB 5 187 1 -
CMYK 0.97 0 0.99 0.27
HSL 118.71º 0.99% 0.37% -
HSV(B) 118.71º 0.99% 0.73% -
XYZ 17.84 35.58 5.96 -
YUV 111.38 65.7 52.12 -
System Red Green Blue C M Y K H S L
Decimal 5 187 1 0.97 0 0.99 0.27 118.71 0.99 0.37
Hex 5 BB 1 61 0 63 1B 77 63 25
Octal 5 273 1 141 0 143 33 167 143 45
Binary 101 10111011 1 1100001 0 1100011 11011 1110111 1100011 100101

Color Harmonies of #05BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BB01

Black with #05BB01

Text Example


Text Example

White with #05BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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