#6EC30C

Color #6EC30C Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6EC30C

Tints of Christi #6EC30C

Color information

#6EC30C (or 0x6EC30C) is unknown color: approx Christi. HEX triplet: 6E, C3 and 0C. RGB value is (110,195,12). Sum of RGB (Red+Green+Blue) = 110+195+12=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC30C is #913CF3. Grayscale: #959595. Windows color (decimal): -9518324 or 836462. OLE color: 836462.

HSL color Cylindrical-coordinate representation of color #6EC30C: hue angle of 87.87º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6EC30C is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB11019512-
CMYK0.4400.940.24
HSL87.87º88.41%40.59%-
HSV(B)87.87º93.85%76.47%-
XYZ26.0142.377.16-
YUV148.7250.84100.38-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 195 (76.56% from 255) = 61.51%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=34.70%
G=61.51%
B=3.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110195120.4400.940.2487.8788.4140.59
Hex6EC3C2C05E18585829
Octal156303145401363013013051
Binary1101110110000111100101100010111101100010110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EC30C; }

 p { color: rgb(110,195,12); }

 H1.HeaderClassName
 {
   color: #6EC30C;
 }
 .AnyTagClassName
 {
   color: #6EC30C;
 }
</style>
background-color css

<style>
 a { background-color: #6EC30C; }

 a { background-color: rgb(110,195,12); }

 div.DivClassName
 {
   background-color: #6EC30C;
 }
 .BgClassName
 {
   background-color: #6EC30C;
 }
</style>
border-color css

<style>
 span { border-color: #6EC30C; }

 span { border-color: rgb(110,195,12); }

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