Html Css Color HEX #6ADC4D Mantis

📋 copy color: '#6ADC4D'

red 106 ◦ green 220 ◦ blue 77

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

Shades of Mantis #6ADC4D

Tints of Mantis #6ADC4D

RGB

 RED value IS 106 (41.8% from 255) = 26.3%

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 26.3%
G = 54.59%
B = 19.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#6ADC4D (or 0x6ADC4D) is known color: Mantis. HEX triplet: 6A, DC and 4D. RGB value is (106,220,77). Sum of RGB (Red+Green+Blue) = 106+220+77=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ADC4D is #9523B2. Grayscale: #AAAAAA. Windows color (decimal): -9774003 or 5102698. OLE color: 5102698.

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

Color convert

RGB 106 220 77 -
CMYK 0.52 0 0.65 0.14
HSL 107.83º 0.67% 0.58% -
HSV(B) 107.83º 0.65% 0.86% -
XYZ 32.88 54.79 15.86 -
YUV 169.61 75.73 82.63 -
System Red Green Blue C M Y K H S L
Decimal 106 220 77 0.52 0 0.65 0.14 107.83 0.67 0.58
Hex 6A DC 4D 34 0 41 E 6C 43 3A
Octal 152 334 115 64 0 101 16 154 103 72
Binary 1101010 11011100 1001101 110100 0 1000001 1110 1101100 1000011 111010

Color Harmonies of #6ADC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC4D

Black with #6ADC4D

Text Example


Text Example

White with #6ADC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,77); }

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

background-color css

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

 a { background-color: rgb(106,220,77); }

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

border-color css

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

 span { border-color: rgb(106,220,77); }

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