#6CC31C

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

Shades of Christi #6CC31C

Tints of Christi #6CC31C

Color information

#6CC31C (or 0x6CC31C) is unknown color: approx Christi. HEX triplet: 6C, C3 and 1C. RGB value is (108,195,28). Sum of RGB (Red+Green+Blue) = 108+195+28=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CC31C is #933CE3. Grayscale: #969696. Windows color (decimal): -9649380 or 1885036. OLE color: 1885036.

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

Color convert

RGB10819528-
CMYK0.4500.860.24
HSL91.26º74.89%43.73%-
HSV(B)91.26º85.64%76.47%-
XYZ25.9142.37.9-
YUV149.9559.1898.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.63%
GREEN value IS 195 (76.56% from 255) = 58.91%
BLUE value IS 28 (11.33% from 255) = 8.46%
R=32.63%
G=58.91%
B=8.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108195280.4500.860.2491.2674.8943.73
Hex6CC31C2D056185b4b2c
Octal154303345501263013311354
Binary11011001100001111100101101010101101100010110111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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