Html Css Color HEX #05C200 Islamic Green

📋 copy color: '#05C200'

red 5 ◦ green 194 ◦ blue 0

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

Shades of Islamic Green #05C200

Tints of Islamic Green #05C200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 97.49%

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

R = 2.51%
G = 97.49%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#05C200 (or 0x05C200) is known color: Islamic Green. HEX triplet: 05, C2 and 00. RGB value is (5,194,0). Sum of RGB (Red+Green+Blue) = 5+194+0=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 194 (76.17% from 255 or 97.49% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 194 - color contains mainly: green. Hex color #05C200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C200 is #FA3DFF. Grayscale: #737373. Windows color (decimal): -16399872 or 49669. OLE color: 49669.

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

Color convert

RGB 5 194 0 -
CMYK 0.97 0 1 0.24
HSL 118.45º 1% 0.38% -
HSV(B) 118.45º 1% 0.76% -
XYZ 19.35 38.62 6.43 -
YUV 115.37 62.88 49.27 -
System Red Green Blue C M Y K H S L
Decimal 5 194 0 0.97 0 1 0.24 118.45 1 0.38
Hex 5 C2 0 61 0 64 18 76 64 26
Octal 5 302 0 141 0 144 30 166 144 46
Binary 101 11000010 0 1100001 0 1100100 11000 1110110 1100100 100110

Color Harmonies of #05C200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C200

Black with #05C200

Text Example


Text Example

White with #05C200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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