Html Css Color HEX #6BDC4A Mantis

📋 copy color: '#6BDC4A'

red 107 ◦ green 220 ◦ blue 74

#6BDC4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #6BDC4A

Tints of Mantis #6BDC4A

RGB

 RED value IS 107 (42.19% from 255) = 26.68%

 GREEN value IS 220 (86.33% from 255) = 54.86%

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 26.68%
G = 54.86%
B = 18.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#6BDC4A (or 0x6BDC4A) is known color: Mantis. HEX triplet: 6B, DC and 4A. RGB value is (107,220,74). Sum of RGB (Red+Green+Blue) = 107+220+74=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDC4A is #9423B5. Grayscale: #AAAAAA. Windows color (decimal): -9708470 or 4906091. OLE color: 4906091.

HSL color Cylindrical-coordinate representation of color #6BDC4A: hue angle of 106.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6BDC4A is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 74 -
CMYK 0.51 0 0.66 0.14
HSL 106.44º 0.68% 0.58% -
HSV(B) 106.44º 0.66% 0.86% -
XYZ 32.89 54.81 15.32 -
YUV 169.57 74.06 83.37 -
System Red Green Blue C M Y K H S L
Decimal 107 220 74 0.51 0 0.66 0.14 106.44 0.68 0.58
Hex 6B DC 4A 33 0 42 E 6A 44 3A
Octal 153 334 112 63 0 102 16 152 104 72
Binary 1101011 11011100 1001010 110011 0 1000010 1110 1101010 1000100 111010

Color Harmonies of #6BDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDC4A

Black with #6BDC4A

Text Example


Text Example

White with #6BDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,220,74); }

 H1.HeaderClassName
 {
   color: #6BDC4A;
 }
 .AnyTagClassName
 {
   color: #6BDC4A;
 }
</style>

background-color css

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

 a { background-color: rgb(107,220,74); }

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

border-color css

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

 span { border-color: rgb(107,220,74); }

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