#6CC20B

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

Shades of Christi #6CC20B

Tints of Christi #6CC20B

Color information

#6CC20B (or 0x6CC20B) is unknown color: approx Christi. HEX triplet: 6C, C2 and 0B. RGB value is (108,194,11). Sum of RGB (Red+Green+Blue) = 108+194+11=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #6CC20B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC20B is #933DF4. Grayscale: #949494. Windows color (decimal): -9649653 or 770668. OLE color: 770668.

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

Color convert

RGB10819411-
CMYK0.4400.940.24
HSL88.2º89.27%40.2%-
HSV(B)88.2º94.33%76.08%-
XYZ25.5441.87.04-
YUV147.4251.0199.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.50%
GREEN value IS 194 (76.17% from 255) = 61.98%
BLUE value IS 11 (4.69% from 255) = 3.51%
R=34.50%
G=61.98%
B=3.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal108194110.4400.940.2488.289.2740.2
Hex6CC2B2C05E18585928
Octal154302135401363013013150
Binary1101100110000101011101100010111101100010110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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