Html Css Color HEX #05C601 Islamic Green

📋 copy color: '#05C601'

red 5 ◦ green 198 ◦ blue 1

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

Shades of Islamic Green #05C601

Tints of Islamic Green #05C601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 97.06%

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

R = 2.45%
G = 97.06%
B = 0.49%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#05C601 (or 0x05C601) is known color: Islamic Green. HEX triplet: 05, C6 and 01. RGB value is (5,198,1). Sum of RGB (Red+Green+Blue) = 5+198+1=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 198 (77.73% from 255 or 97.06% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 198 - color contains mainly: green. Hex color #05C601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C601 is #FA39FE. Grayscale: #767676. Windows color (decimal): -16398847 or 116229. OLE color: 116229.

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

Color convert

RGB 5 198 1 -
CMYK 0.97 0 0.99 0.22
HSL 118.78º 0.99% 0.39% -
HSV(B) 118.78º 0.99% 0.78% -
XYZ 20.26 40.42 6.76 -
YUV 117.84 62.06 47.52 -
System Red Green Blue C M Y K H S L
Decimal 5 198 1 0.97 0 0.99 0.22 118.78 0.99 0.39
Hex 5 C6 1 61 0 63 16 77 63 27
Octal 5 306 1 141 0 143 26 167 143 47
Binary 101 11000110 1 1100001 0 1100011 10110 1110111 1100011 100111

Color Harmonies of #05C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C601

Black with #05C601

Text Example


Text Example

White with #05C601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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