#6BC20B

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

Shades of Christi #6BC20B

Tints of Christi #6BC20B

Color information

#6BC20B (or 0x6BC20B) is unknown color: approx Christi. HEX triplet: 6B, C2 and 0B. RGB value is (107,194,11). Sum of RGB (Red+Green+Blue) = 107+194+11=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 194 (76.17% from 255 or 62.18% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC20B is #943DF4. Grayscale: #939393. Windows color (decimal): -9715189 or 770667. OLE color: 770667.

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

Color convert

RGB10719411-
CMYK0.4500.940.24
HSL88.52º89.27%40.2%-
HSV(B)88.52º94.33%76.08%-
XYZ25.4241.737.03-
YUV147.1251.1899.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 194 (76.17% from 255) = 62.18%
BLUE value IS 11 (4.69% from 255) = 3.53%
R=34.29%
G=62.18%
B=3.53%

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
Decimal107194110.4500.940.2488.5289.2740.2
Hex6BC2B2D05E18595928
Octal153302135501363013113150
Binary1101011110000101011101101010111101100010110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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