#6BC20F

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

Shades of Christi #6BC20F

Tints of Christi #6BC20F

Color information

#6BC20F (or 0x6BC20F) is unknown color: approx Christi. HEX triplet: 6B, C2 and 0F. RGB value is (107,194,15). Sum of RGB (Red+Green+Blue) = 107+194+15=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC20F is #943DF0. Grayscale: #949494. Windows color (decimal): -9715185 or 1032811. OLE color: 1032811.

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

Color convert

RGB10719415-
CMYK0.4500.920.24
HSL89.16º85.65%40.98%-
HSV(B)89.16º92.27%76.08%-
XYZ25.4441.747.17-
YUV147.5853.1899.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.86%
GREEN value IS 194 (76.17% from 255) = 61.39%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=33.86%
G=61.39%
B=4.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107194150.4500.920.2489.1685.6540.98
Hex6BC2F2D05C18595629
Octal153302175501343013112651
Binary1101011110000101111101101010111001100010110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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