#6DC00E

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

Shades of Christi #6DC00E

Tints of Christi #6DC00E

Color information

#6DC00E (or 0x6DC00E) is unknown color: approx Christi. HEX triplet: 6D, C0 and 0E. RGB value is (109,192,14). Sum of RGB (Red+Green+Blue) = 109+192+14=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC00E is #923FF1. Grayscale: #939393. Windows color (decimal): -9584626 or 966765. OLE color: 966765.

HSL color Cylindrical-coordinate representation of color #6DC00E: hue angle of 87.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6DC00E is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB10919214-
CMYK0.4300.930.25
HSL87.98º86.41%40.39%-
HSV(B)87.98º92.71%75.29%-
XYZ25.2440.987-
YUV146.8953100.97-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 192 (75.39% from 255) = 60.95%
BLUE value IS 14 (5.86% from 255) = 4.44%
R=34.60%
G=60.95%
B=4.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109192140.4300.930.2587.9886.4140.39
Hex6DC0E2B05D19585628
Octal155300165301353113012650
Binary1101101110000001110101011010111011100110110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,192,14); }

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

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

 a { background-color: rgb(109,192,14); }

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

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

 span { border-color: rgb(109,192,14); }

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