Html Css Color HEX #6FE140 Mantis

📋 copy color: '#6FE140'

red 111 ◦ green 225 ◦ blue 64

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

Shades of Mantis #6FE140

Tints of Mantis #6FE140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.25%

 BLUE value IS 64 (25.39% from 255) = 16%

R = 27.75%
G = 56.25%
B = 16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#6FE140 (or 0x6FE140) is known color: Mantis. HEX triplet: 6F, E1 and 40. RGB value is (111,225,64). Sum of RGB (Red+Green+Blue) = 111+225+64=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #6FE140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE140 is #901EBF. Grayscale: #ADADAD. Windows color (decimal): -9445056 or 4252015. OLE color: 4252015.

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

Color convert

RGB 111 225 64 -
CMYK 0.51 0 0.72 0.12
HSL 102.48º 0.73% 0.57% -
HSV(B) 102.48º 0.72% 0.88% -
XYZ 34.41 57.6 14.16 -
YUV 172.56 66.73 84.09 -
System Red Green Blue C M Y K H S L
Decimal 111 225 64 0.51 0 0.72 0.12 102.48 0.73 0.57
Hex 6F E1 40 33 0 48 C 66 49 39
Octal 157 341 100 63 0 110 14 146 111 71
Binary 1101111 11100001 1000000 110011 0 1001000 1100 1100110 1001001 111001

Color Harmonies of #6FE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE140

Black with #6FE140

Text Example


Text Example

White with #6FE140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,225,64); }

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

background-color css

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

 a { background-color: rgb(111,225,64); }

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

border-color css

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

 span { border-color: rgb(111,225,64); }

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