Html Css Color HEX #6FCB50 Mantis

📋 copy color: '#6FCB50'

red 111 ◦ green 203 ◦ blue 80

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

Shades of Mantis #6FCB50

Tints of Mantis #6FCB50

RGB

 RED value IS 111 (43.75% from 255) = 28.17%

 GREEN value IS 203 (79.69% from 255) = 51.52%

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

R = 28.17%
G = 51.52%
B = 20.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#6FCB50 (or 0x6FCB50) is known color: Mantis. HEX triplet: 6F, CB and 50. RGB value is (111,203,80). Sum of RGB (Red+Green+Blue) = 111+203+80=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FCB50 is #9034AF. Grayscale: #A1A1A1. Windows color (decimal): -9450672 or 5294959. OLE color: 5294959.

HSL color Cylindrical-coordinate representation of color #6FCB50: hue angle of 104.88º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6FCB50 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 80 -
CMYK 0.45 0 0.61 0.20
HSL 104.88º 0.54% 0.55% -
HSV(B) 104.88º 0.61% 0.8% -
XYZ 29.36 46.67 15.05 -
YUV 161.47 82.02 92 -
System Red Green Blue C M Y K H S L
Decimal 111 203 80 0.45 0 0.61 0.20 104.88 0.54 0.55
Hex 6F CB 50 2D 0 3D 14 69 36 37
Octal 157 313 120 55 0 75 24 151 66 67
Binary 1101111 11001011 1010000 101101 0 111101 10100 1101001 110110 110111

Color Harmonies of #6FCB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCB50

Black with #6FCB50

Text Example


Text Example

White with #6FCB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,203,80); }

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

background-color css

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

 a { background-color: rgb(111,203,80); }

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

border-color css

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

 span { border-color: rgb(111,203,80); }

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