Html Css Color HEX #05C310 Islamic Green

📋 copy color: '#05C310'

red 5 ◦ green 195 ◦ blue 16

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

Shades of Islamic Green #05C310

Tints of Islamic Green #05C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 90.28%

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 2.31%
G = 90.28%
B = 7.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#05C310 (or 0x05C310) is known color: Islamic Green. HEX triplet: 05, C3 and 10. RGB value is (5,195,16). Sum of RGB (Red+Green+Blue) = 5+195+16=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 195 (76.56% from 255 or 90.28% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 195 - color contains mainly: green. Hex color #05C310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C310 is #FA3CEF. Grayscale: #767676. Windows color (decimal): -16399600 or 1098501. OLE color: 1098501.

HSL color Cylindrical-coordinate representation of color #05C310: hue angle of 123.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 #05C310 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 195 16 -
CMYK 0.97 0 0.92 0.24
HSL 123.47º 0.95% 0.39% -
HSV(B) 123.47º 0.97% 0.76% -
XYZ 19.67 39.1 7 -
YUV 117.78 70.55 47.55 -
System Red Green Blue C M Y K H S L
Decimal 5 195 16 0.97 0 0.92 0.24 123.47 0.95 0.39
Hex 5 C3 10 61 0 5C 18 7B 5F 27
Octal 5 303 20 141 0 134 30 173 137 47
Binary 101 11000011 10000 1100001 0 1011100 11000 1111011 1011111 100111

Color Harmonies of #05C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C310

Black with #05C310

Text Example


Text Example

White with #05C310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,195,16); }

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

background-color css

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

 a { background-color: rgb(5,195,16); }

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

border-color css

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

 span { border-color: rgb(5,195,16); }

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