Html Css Color HEX #05C80B Islamic Green

📋 copy color: '#05C80B'

red 5 ◦ green 200 ◦ blue 11

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

Shades of Islamic Green #05C80B

Tints of Islamic Green #05C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 92.59%

 BLUE value IS 11 (4.69% from 255) = 5.09%

R = 2.31%
G = 92.59%
B = 5.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#05C80B (or 0x05C80B) is known color: Islamic Green. HEX triplet: 05, C8 and 0B. RGB value is (5,200,11). Sum of RGB (Red+Green+Blue) = 5+200+11=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 200 (78.52% from 255 or 92.59% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 200 - color contains mainly: green. Hex color #05C80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C80B is #FA37F4. Grayscale: #787878. Windows color (decimal): -16398325 or 772101. OLE color: 772101.

HSL color Cylindrical-coordinate representation of color #05C80B: hue angle of 121.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C80B is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 200 11 -
CMYK 0.98 0 0.94 0.22
HSL 121.85º 0.95% 0.4% -
HSV(B) 121.85º 0.98% 0.78% -
XYZ 20.78 41.36 7.21 -
YUV 120.15 66.4 45.87 -
System Red Green Blue C M Y K H S L
Decimal 5 200 11 0.98 0 0.94 0.22 121.85 0.95 0.4
Hex 5 C8 B 62 0 5E 16 7A 5F 28
Octal 5 310 13 142 0 136 26 172 137 50
Binary 101 11001000 1011 1100010 0 1011110 10110 1111010 1011111 101000

Color Harmonies of #05C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C80B

Black with #05C80B

Text Example


Text Example

White with #05C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,200,11); }

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

background-color css

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

 a { background-color: rgb(5,200,11); }

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

border-color css

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

 span { border-color: rgb(5,200,11); }

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