#6DC300

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

Shades of Christi #6DC300

Tints of Christi #6DC300

Color information

#6DC300 (or 0x6DC300) is unknown color: approx Christi. HEX triplet: 6D, C3 and 00. RGB value is (109,195,0). Sum of RGB (Red+Green+Blue) = 109+195+0=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC300 is #923CFF. Grayscale: #939393. Windows color (decimal): -9583872 or 50029. OLE color: 50029.

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

Color convert

RGB1091950-
CMYK0.44010.24
HSL86.46º100%38.24%-
HSV(B)86.46º100%76.47%-
XYZ25.8242.286.8-
YUV147.0645.01100.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 195 (76.56% from 255) = 64.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.86%
G=64.14%
B=0%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10919500.44010.2486.4610038.24
Hex6DC302C06418566426
Octal15530305401443012614446
Binary1101101110000110101100011001001100010101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,195,0); }

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

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

 a { background-color: rgb(109,195,0); }

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

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

 span { border-color: rgb(109,195,0); }

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