Html Css Color HEX #6DE050 Mantis

📋 copy color: '#6DE050'

red 109 ◦ green 224 ◦ blue 80

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

Shades of Mantis #6DE050

Tints of Mantis #6DE050

RGB

 RED value IS 109 (42.97% from 255) = 26.39%

 GREEN value IS 224 (87.89% from 255) = 54.24%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 26.39%
G = 54.24%
B = 19.37%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#6DE050 (or 0x6DE050) is known color: Mantis. HEX triplet: 6D, E0 and 50. RGB value is (109,224,80). Sum of RGB (Red+Green+Blue) = 109+224+80=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 224 (87.89% from 255 or 54.24% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DE050 is #921FAF. Grayscale: #ADADAD. Windows color (decimal): -9576368 or 5300333. OLE color: 5300333.

HSL color Cylindrical-coordinate representation of color #6DE050: hue angle of 107.92º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6DE050 is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 109 224 80 -
CMYK 0.51 0 0.64 0.12
HSL 107.92º 0.7% 0.6% -
HSV(B) 107.92º 0.64% 0.88% -
XYZ 34.41 57.14 16.81 -
YUV 173.2 75.4 82.21 -
System Red Green Blue C M Y K H S L
Decimal 109 224 80 0.51 0 0.64 0.12 107.92 0.7 0.6
Hex 6D E0 50 33 0 40 C 6C 46 3C
Octal 155 340 120 63 0 100 14 154 106 74
Binary 1101101 11100000 1010000 110011 0 1000000 1100 1101100 1000110 111100

Color Harmonies of #6DE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DE050

Black with #6DE050

Text Example


Text Example

White with #6DE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,224,80); }

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

background-color css

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

 a { background-color: rgb(109,224,80); }

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

border-color css

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

 span { border-color: rgb(109,224,80); }

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