#6DC00D

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

Shades of Christi #6DC00D

Tints of Christi #6DC00D

Color information

#6DC00D (or 0x6DC00D) is unknown color: approx Christi. HEX triplet: 6D, C0 and 0D. RGB value is (109,192,13). Sum of RGB (Red+Green+Blue) = 109+192+13=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC00D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC00D is #923FF2. Grayscale: #939393. Windows color (decimal): -9584627 or 901229. OLE color: 901229.

HSL color Cylindrical-coordinate representation of color #6DC00D: hue angle of 87.82º degrees, saturation: 0.87, 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 #6DC00D is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB10919213-
CMYK0.4300.930.25
HSL87.82º87.32%40.2%-
HSV(B)87.82º93.23%75.29%-
XYZ25.2340.986.96-
YUV146.7852.5101.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 192 (75.39% from 255) = 61.15%
BLUE value IS 13 (5.47% from 255) = 4.14%
R=34.71%
G=61.15%
B=4.14%

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
Decimal109192130.4300.930.2587.8287.3240.2
Hex6DC0D2B05D19585728
Octal155300155301353113012750
Binary1101101110000001101101011010111011100110110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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