Html Css Color HEX #05C113 Islamic Green

📋 copy color: '#05C113'

red 5 ◦ green 193 ◦ blue 19

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

Shades of Islamic Green #05C113

Tints of Islamic Green #05C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 88.94%

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 2.3%
G = 88.94%
B = 8.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#05C113 (or 0x05C113) is known color: Islamic Green. HEX triplet: 05, C1 and 13. RGB value is (5,193,19). Sum of RGB (Red+Green+Blue) = 5+193+19=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 193 (75.78% from 255 or 88.94% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 193 - color contains mainly: green. Hex color #05C113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C113 is #FA3EEC. Grayscale: #757575. Windows color (decimal): -16400109 or 1294597. OLE color: 1294597.

HSL color Cylindrical-coordinate representation of color #05C113: hue angle of 124.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C113 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 193 19 -
CMYK 0.97 0 0.90 0.24
HSL 124.47º 0.95% 0.39% -
HSV(B) 124.47º 0.97% 0.76% -
XYZ 19.25 38.22 6.98 -
YUV 116.95 72.72 48.15 -
System Red Green Blue C M Y K H S L
Decimal 5 193 19 0.97 0 0.90 0.24 124.47 0.95 0.39
Hex 5 C1 13 61 0 5A 18 7C 5F 27
Octal 5 301 23 141 0 132 30 174 137 47
Binary 101 11000001 10011 1100001 0 1011010 11000 1111100 1011111 100111

Color Harmonies of #05C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C113

Black with #05C113

Text Example


Text Example

White with #05C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,193,19); }

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

background-color css

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

 a { background-color: rgb(5,193,19); }

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

border-color css

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

 span { border-color: rgb(5,193,19); }

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