#6EC20F

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

Shades of Christi #6EC20F

Tints of Christi #6EC20F

Color information

#6EC20F (or 0x6EC20F) is unknown color: approx Christi. HEX triplet: 6E, C2 and 0F. RGB value is (110,194,15). Sum of RGB (Red+Green+Blue) = 110+194+15=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC20F is #913DF0. Grayscale: #959595. Windows color (decimal): -9518577 or 1032814. OLE color: 1032814.

HSL color Cylindrical-coordinate representation of color #6EC20F: hue angle of 88.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 #6EC20F is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB11019415-
CMYK0.4300.920.24
HSL88.16º85.65%40.98%-
HSV(B)88.16º92.27%76.08%-
XYZ25.8141.937.19-
YUV148.4852.67100.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 194 (76.17% from 255) = 60.82%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=34.48%
G=60.82%
B=4.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110194150.4300.920.2488.1685.6540.98
Hex6EC2F2B05C18585629
Octal156302175301343013012651
Binary1101110110000101111101011010111001100010110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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