#6DC700

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

Shades of Christi #6DC700

Tints of Christi #6DC700

Color information

#6DC700 (or 0x6DC700) is unknown color: approx Christi. HEX triplet: 6D, C7 and 00. RGB value is (109,199,0). Sum of RGB (Red+Green+Blue) = 109+199+0=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #6DC700 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC700 is #9238FF. Grayscale: #969696. Windows color (decimal): -9582848 or 51053. OLE color: 51053.

HSL color Cylindrical-coordinate representation of color #6DC700: hue angle of 87.14º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6DC700 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1091990-
CMYK0.45010.22
HSL87.14º100%39.02%-
HSV(B)87.14º100%78.04%-
XYZ26.7344.17.1-
YUV149.443.6899.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 199 (78.12% from 255) = 64.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.39%
G=64.61%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10919900.45010.2287.1410039.02
Hex6DC702D06416576427
Octal15530705501442612714447
Binary1101101110001110101101011001001011010101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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