#6CC30C

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

Shades of Christi #6CC30C

Tints of Christi #6CC30C

Color information

#6CC30C (or 0x6CC30C) is unknown color: approx Christi. HEX triplet: 6C, C3 and 0C. RGB value is (108,195,12). Sum of RGB (Red+Green+Blue) = 108+195+12=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC30C is #933CF3. Grayscale: #949494. Windows color (decimal): -9649396 or 836460. OLE color: 836460.

HSL color Cylindrical-coordinate representation of color #6CC30C: hue angle of 88.52º 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 #6CC30C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB10819512-
CMYK0.4500.940.24
HSL88.52º88.41%40.59%-
HSV(B)88.52º93.85%76.47%-
XYZ25.7742.247.14-
YUV148.1251.1899.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.29%
GREEN value IS 195 (76.56% from 255) = 61.90%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=34.29%
G=61.90%
B=3.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108195120.4500.940.2488.5288.4140.59
Hex6CC3C2D05E18595829
Octal154303145501363013113051
Binary1101100110000111100101101010111101100010110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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