Html Css Color HEX #6ADC47 Mantis

📋 copy color: '#6ADC47'

red 106 ◦ green 220 ◦ blue 71

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

Shades of Mantis #6ADC47

Tints of Mantis #6ADC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.88%

R = 26.7%
G = 55.42%
B = 17.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#6ADC47 (or 0x6ADC47) is known color: Mantis. HEX triplet: 6A, DC and 47. RGB value is (106,220,71). Sum of RGB (Red+Green+Blue) = 106+220+71=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC47 is #9523B8. Grayscale: #A9A9A9. Windows color (decimal): -9774009 or 4709482. OLE color: 4709482.

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

Color convert

RGB 106 220 71 -
CMYK 0.52 0 0.68 0.14
HSL 105.91º 0.68% 0.57% -
HSV(B) 105.91º 0.68% 0.86% -
XYZ 32.67 54.71 14.8 -
YUV 168.93 72.73 83.12 -
System Red Green Blue C M Y K H S L
Decimal 106 220 71 0.52 0 0.68 0.14 105.91 0.68 0.57
Hex 6A DC 47 34 0 44 E 6A 44 39
Octal 152 334 107 64 0 104 16 152 104 71
Binary 1101010 11011100 1000111 110100 0 1000100 1110 1101010 1000100 111001

Color Harmonies of #6ADC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC47

Black with #6ADC47

Text Example


Text Example

White with #6ADC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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