Html Css Color HEX #6CE050 Mantis

📋 copy color: '#6CE050'

red 108 ◦ green 224 ◦ blue 80

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

Shades of Mantis #6CE050

Tints of Mantis #6CE050

RGB

 RED value IS 108 (42.58% from 255) = 26.21%

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

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

R = 26.21%
G = 54.37%
B = 19.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#6CE050 (or 0x6CE050) is known color: Mantis. HEX triplet: 6C, E0 and 50. RGB value is (108,224,80). Sum of RGB (Red+Green+Blue) = 108+224+80=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CE050 is #931FAF. Grayscale: #ADADAD. Windows color (decimal): -9641904 or 5300332. OLE color: 5300332.

HSL color Cylindrical-coordinate representation of color #6CE050: hue angle of 108.33º 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 #6CE050 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 108 224 80 -
CMYK 0.52 0 0.64 0.12
HSL 108.33º 0.7% 0.6% -
HSV(B) 108.33º 0.64% 0.88% -
XYZ 34.29 57.08 16.8 -
YUV 172.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 108 224 80 0.52 0 0.64 0.12 108.33 0.7 0.6
Hex 6C E0 50 34 0 40 C 6C 46 3C
Octal 154 340 120 64 0 100 14 154 106 74
Binary 1101100 11100000 1010000 110100 0 1000000 1100 1101100 1000110 111100

Color Harmonies of #6CE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE050

Black with #6CE050

Text Example


Text Example

White with #6CE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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