#6DC516

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

Shades of Christi #6DC516

Tints of Christi #6DC516

Color information

#6DC516 (or 0x6DC516) is unknown color: approx Christi. HEX triplet: 6D, C5 and 16. RGB value is (109,197,22). Sum of RGB (Red+Green+Blue) = 109+197+22=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC516 is #923AE9. Grayscale: #979797. Windows color (decimal): -9583338 or 1492333. OLE color: 1492333.

HSL color Cylindrical-coordinate representation of color #6DC516: hue angle of 90.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DC516 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB10919722-
CMYK0.4500.890.23
HSL90.17º79.91%42.94%-
HSV(B)90.17º88.83%77.25%-
XYZ26.4243.247.71-
YUV150.7455.3598.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 197 (77.34% from 255) = 60.06%
BLUE value IS 22 (8.98% from 255) = 6.71%
R=33.23%
G=60.06%
B=6.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal109197220.4500.890.2390.1779.9142.94
Hex6DC5162D059175a502b
Octal155305265501312713212053
Binary11011011100010110110101101010110011011110110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,197,22); }

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

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

 a { background-color: rgb(109,197,22); }

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

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

 span { border-color: rgb(109,197,22); }

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