Html Css Color HEX #6ADC48 Mantis

📋 copy color: '#6ADC48'

red 106 ◦ green 220 ◦ blue 72

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

Shades of Mantis #6ADC48

Tints of Mantis #6ADC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 26.63%
G = 55.28%
B = 18.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#6ADC48 (or 0x6ADC48) is known color: Mantis. HEX triplet: 6A, DC and 48. RGB value is (106,220,72). Sum of RGB (Red+Green+Blue) = 106+220+72=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC48 is #9523B7. Grayscale: #A9A9A9. Windows color (decimal): -9774008 or 4775018. OLE color: 4775018.

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

Color convert

RGB 106 220 72 -
CMYK 0.52 0 0.67 0.14
HSL 106.22º 0.68% 0.57% -
HSV(B) 106.22º 0.67% 0.86% -
XYZ 32.71 54.72 14.97 -
YUV 169.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 106 220 72 0.52 0 0.67 0.14 106.22 0.68 0.57
Hex 6A DC 48 34 0 43 E 6A 44 39
Octal 152 334 110 64 0 103 16 152 104 71
Binary 1101010 11011100 1001000 110100 0 1000011 1110 1101010 1000100 111001

Color Harmonies of #6ADC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC48

Black with #6ADC48

Text Example


Text Example

White with #6ADC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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