Html Css Color HEX #6BD850 Mantis

📋 copy color: '#6BD850'

red 107 ◦ green 216 ◦ blue 80

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

Shades of Mantis #6BD850

Tints of Mantis #6BD850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.6%

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

R = 26.55%
G = 53.6%
B = 19.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#6BD850 (or 0x6BD850) is known color: Mantis. HEX triplet: 6B, D8 and 50. RGB value is (107,216,80). Sum of RGB (Red+Green+Blue) = 107+216+80=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #6BD850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BD850 is #9427AF. Grayscale: #A8A8A8. Windows color (decimal): -9709488 or 5298283. OLE color: 5298283.

HSL color Cylindrical-coordinate representation of color #6BD850: hue angle of 108.09º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6BD850 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 216 80 -
CMYK 0.50 0 0.63 0.15
HSL 108.09º 0.64% 0.58% -
HSV(B) 108.09º 0.63% 0.85% -
XYZ 32.07 52.82 16.09 -
YUV 167.91 78.39 84.56 -
System Red Green Blue C M Y K H S L
Decimal 107 216 80 0.50 0 0.63 0.15 108.09 0.64 0.58
Hex 6B D8 50 32 0 3F F 6C 40 3A
Octal 153 330 120 62 0 77 17 154 100 72
Binary 1101011 11011000 1010000 110010 0 111111 1111 1101100 1000000 111010

Color Harmonies of #6BD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BD850

Black with #6BD850

Text Example


Text Example

White with #6BD850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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