#6CC12C

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

Shades of Christi #6CC12C

Tints of Christi #6CC12C

Color information

#6CC12C (or 0x6CC12C) is unknown color: approx Christi. HEX triplet: 6C, C1 and 2C. RGB value is (108,193,44). Sum of RGB (Red+Green+Blue) = 108+193+44=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC12C is #933ED3. Grayscale: #979797. Windows color (decimal): -9649876 or 2933100. OLE color: 2933100.

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

Color convert

RGB10819344-
CMYK0.4400.770.24
HSL94.23º62.87%46.47%-
HSV(B)94.23º77.2%75.69%-
XYZ25.7141.519.04-
YUV150.667.8497.62-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.30%
GREEN value IS 193 (75.78% from 255) = 55.94%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=31.30%
G=55.94%
B=12.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108193440.4400.770.2494.2362.8746.47
Hex6CC12C2C04D185e3f2e
Octal15430154540115301367756
Binary11011001100000110110010110001001101110001011110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,193,44); }

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

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

 a { background-color: rgb(108,193,44); }

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

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

 span { border-color: rgb(108,193,44); }

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