#6dbc18

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

Shades of Christi #6DBC18

Tints of Christi #6DBC18

Color information

#6DBC18 (or 0x6DBC18) is unknown color: approx Christi. HEX triplet: 6D, BC and 18. RGB value is (109,188,24). Sum of RGB (Red+Green+Blue) = 109+188+24=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #6DBC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DBC18 is #9243E7. Grayscale: #929292. Windows color (decimal): -9585640 or 1621101. OLE color: 1621101.

HSL color Cylindrical-coordinate representation of color #6DBC18: hue angle of 88.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6DBC18 is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB10918824-
CMYK0.4200.870.26
HSL88.9º77.36%41.57%-
HSV(B)88.9º87.23%73.73%-
XYZ24.4539.287.16-
YUV145.6859.33101.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 188 (73.83% from 255) = 58.57%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=33.96%
G=58.57%
B=7.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109188240.4200.870.2688.977.3641.57
Hex6DBC182A0571A594d2a
Octal155274305201273213111552
Binary11011011011110011000101010010101111101010110011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6dbc18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,188,24); }

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

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

 a { background-color: rgb(109,188,24); }

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

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

 span { border-color: rgb(109,188,24); }

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