Html Css Color HEX #6ADB48 Mantis

📋 copy color: '#6ADB48'

red 106 ◦ green 219 ◦ blue 72

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

Shades of Mantis #6ADB48

Tints of Mantis #6ADB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.16%

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

R = 26.7%
G = 55.16%
B = 18.14%

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

#6ADB48 (or 0x6ADB48) is known color: Mantis. HEX triplet: 6A, DB and 48. RGB value is (106,219,72). Sum of RGB (Red+Green+Blue) = 106+219+72=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB48 is #9524B7. Grayscale: #A8A8A8. Windows color (decimal): -9774264 or 4774762. OLE color: 4774762.

HSL color Cylindrical-coordinate representation of color #6ADB48: hue angle of 106.12º degrees, saturation: 0.67, 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 #6ADB48 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 72 -
CMYK 0.52 0 0.67 0.14
HSL 106.12º 0.67% 0.57% -
HSV(B) 106.12º 0.67% 0.86% -
XYZ 32.45 54.2 14.88 -
YUV 168.46 73.56 83.45 -
System Red Green Blue C M Y K H S L
Decimal 106 219 72 0.52 0 0.67 0.14 106.12 0.67 0.57
Hex 6A DB 48 34 0 43 E 6A 43 39
Octal 152 333 110 64 0 103 16 152 103 71
Binary 1101010 11011011 1001000 110100 0 1000011 1110 1101010 1000011 111001

Color Harmonies of #6ADB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB48

Black with #6ADB48

Text Example


Text Example

White with #6ADB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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