#6DC205

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

Shades of Christi #6DC205

Tints of Christi #6DC205

Color information

#6DC205 (or 0x6DC205) is unknown color: approx Christi. HEX triplet: 6D, C2 and 05. RGB value is (109,194,5). Sum of RGB (Red+Green+Blue) = 109+194+5=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 194 (76.17% from 255 or 62.99% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC205 is #923DFA. Grayscale: #939393. Windows color (decimal): -9584123 or 377453. OLE color: 377453.

HSL color Cylindrical-coordinate representation of color #6DC205: hue angle of 86.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6DC205 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB1091945-
CMYK0.4400.970.24
HSL86.98º94.97%39.02%-
HSV(B)86.98º97.42%76.08%-
XYZ25.6341.856.87-
YUV147.0447.84100.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 194 (76.17% from 255) = 62.99%
BLUE value IS 5 (2.34% from 255) = 1.62%
R=35.39%
G=62.99%
B=1.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10919450.4400.970.2486.9894.9739.02
Hex6DC252C06118575f27
Octal15530255401413012713747
Binary110110111000010101101100011000011100010101111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,194,5); }

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

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

 a { background-color: rgb(109,194,5); }

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

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

 span { border-color: rgb(109,194,5); }

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