Html Css Color HEX #6BD050 Mantis

📋 copy color: '#6BD050'

red 107 ◦ green 208 ◦ blue 80

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

Shades of Mantis #6BD050

Tints of Mantis #6BD050

RGB

 RED value IS 107 (42.19% from 255) = 27.09%

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

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

R = 27.09%
G = 52.66%
B = 20.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#6BD050 (or 0x6BD050) is known color: Mantis. HEX triplet: 6B, D0 and 50. RGB value is (107,208,80). Sum of RGB (Red+Green+Blue) = 107+208+80=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #6BD050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD050 is #942FAF. Grayscale: #A3A3A3. Windows color (decimal): -9711536 or 5296235. OLE color: 5296235.

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

Color convert

RGB 107 208 80 -
CMYK 0.49 0 0.62 0.18
HSL 107.34º 0.58% 0.56% -
HSV(B) 107.34º 0.62% 0.82% -
XYZ 30.07 48.82 15.43 -
YUV 163.21 81.04 87.91 -
System Red Green Blue C M Y K H S L
Decimal 107 208 80 0.49 0 0.62 0.18 107.34 0.58 0.56
Hex 6B D0 50 31 0 3E 12 6B 3A 38
Octal 153 320 120 61 0 76 22 153 72 70
Binary 1101011 11010000 1010000 110001 0 111110 10010 1101011 111010 111000

Color Harmonies of #6BD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD050

Black with #6BD050

Text Example


Text Example

White with #6BD050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,208,80); }

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

background-color css

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

 a { background-color: rgb(107,208,80); }

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

border-color css

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

 span { border-color: rgb(107,208,80); }

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