Html Css Color HEX #6AD055 Mantis

📋 copy color: '#6AD055'

red 106 ◦ green 208 ◦ blue 85

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

Shades of Mantis #6AD055

Tints of Mantis #6AD055

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.13%

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 26.57%
G = 52.13%
B = 21.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#6AD055 (or 0x6AD055) is known color: Mantis. HEX triplet: 6A, D0 and 55. RGB value is (106,208,85). Sum of RGB (Red+Green+Blue) = 106+208+85=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD055 is #952FAA. Grayscale: #A3A3A3. Windows color (decimal): -9777067 or 5623914. OLE color: 5623914.

HSL color Cylindrical-coordinate representation of color #6AD055: hue angle of 109.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AD055 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 85 -
CMYK 0.49 0 0.59 0.18
HSL 109.76º 0.57% 0.57% -
HSV(B) 109.76º 0.59% 0.82% -
XYZ 30.14 48.83 16.43 -
YUV 163.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 106 208 85 0.49 0 0.59 0.18 109.76 0.57 0.57
Hex 6A D0 55 31 0 3B 12 6E 39 39
Octal 152 320 125 61 0 73 22 156 71 71
Binary 1101010 11010000 1010101 110001 0 111011 10010 1101110 111001 111001

Color Harmonies of #6AD055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD055

Black with #6AD055

Text Example


Text Example

White with #6AD055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,85); }

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

background-color css

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

 a { background-color: rgb(106,208,85); }

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

border-color css

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

 span { border-color: rgb(106,208,85); }

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