#6BC31C

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

Shades of Christi #6BC31C

Tints of Christi #6BC31C

Color information

#6BC31C (or 0x6BC31C) is unknown color: approx Christi. HEX triplet: 6B, C3 and 1C. RGB value is (107,195,28). Sum of RGB (Red+Green+Blue) = 107+195+28=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC31C is #943CE3. Grayscale: #969696. Windows color (decimal): -9714916 or 1885035. OLE color: 1885035.

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

Color convert

RGB10719528-
CMYK0.4500.860.24
HSL91.62º74.89%43.73%-
HSV(B)91.62º85.64%76.47%-
XYZ25.7942.247.89-
YUV149.6559.3597.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.42%
GREEN value IS 195 (76.56% from 255) = 59.09%
BLUE value IS 28 (11.33% from 255) = 8.48%
R=32.42%
G=59.09%
B=8.48%

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
Decimal107195280.4500.860.2491.6274.8943.73
Hex6BC31C2D056185c4b2c
Octal153303345501263013411354
Binary11010111100001111100101101010101101100010111001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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