#6BC20A

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

Shades of Christi #6BC20A

Tints of Christi #6BC20A

Color information

#6BC20A (or 0x6BC20A) is unknown color: approx Christi. HEX triplet: 6B, C2 and 0A. RGB value is (107,194,10). Sum of RGB (Red+Green+Blue) = 107+194+10=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC20A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC20A is #943DF5. Grayscale: #939393. Windows color (decimal): -9715190 or 705131. OLE color: 705131.

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

Color convert

RGB10719410-
CMYK0.4500.950.24
HSL88.37º90.2%40%-
HSV(B)88.37º94.85%76.08%-
XYZ25.4141.737-
YUV147.0150.6899.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 194 (76.17% from 255) = 62.38%
BLUE value IS 10 (4.30% from 255) = 3.22%
R=34.41%
G=62.38%
B=3.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107194100.4500.950.2488.3790.240
Hex6BC2A2D05F18585a28
Octal153302125501373013013250
Binary1101011110000101010101101010111111100010110001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,194,10); }

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

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

 a { background-color: rgb(107,194,10); }

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

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

 span { border-color: rgb(107,194,10); }

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