Html Css Color HEX #05B200 Islamic Green

📋 copy color: '#05B200'

red 5 ◦ green 178 ◦ blue 0

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

Shades of Islamic Green #05B200

Tints of Islamic Green #05B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 97.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.73%
G = 97.27%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#05B200 (or 0x05B200) is known color: Islamic Green. HEX triplet: 05, B2 and 00. RGB value is (5,178,0). Sum of RGB (Red+Green+Blue) = 5+178+0=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 178 (69.92% from 255 or 97.27% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 178 - color contains mainly: green. Hex color #05B200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05B200 is #FA4DFF. Grayscale: #6A6A6A. Windows color (decimal): -16403968 or 45573. OLE color: 45573.

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

Color convert

RGB 5 178 0 -
CMYK 0.97 0 1 0.30
HSL 118.31º 1% 0.35% -
HSV(B) 118.31º 1% 0.7% -
XYZ 15.98 31.87 5.31 -
YUV 105.98 68.19 55.97 -
System Red Green Blue C M Y K H S L
Decimal 5 178 0 0.97 0 1 0.30 118.31 1 0.35
Hex 5 B2 0 61 0 64 1E 76 64 23
Octal 5 262 0 141 0 144 36 166 144 43
Binary 101 10110010 0 1100001 0 1100100 11110 1110110 1100100 100011

Color Harmonies of #05B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B200

Black with #05B200

Text Example


Text Example

White with #05B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,178,0); }

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

background-color css

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

 a { background-color: rgb(5,178,0); }

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

border-color css

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

 span { border-color: rgb(5,178,0); }

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