Html Css Color HEX #7FBE40 Mantis

📋 copy color: '#7FBE40'

red 127 ◦ green 190 ◦ blue 64

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

Shades of Mantis #7FBE40

Tints of Mantis #7FBE40

RGB

 RED value IS 127 (50% from 255) = 33.33%

 GREEN value IS 190 (74.61% from 255) = 49.87%

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

R = 33.33%
G = 49.87%
B = 16.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#7FBE40 (or 0x7FBE40) is known color: Mantis. HEX triplet: 7F, BE and 40. RGB value is (127,190,64). Sum of RGB (Red+Green+Blue) = 127+190+64=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE40 is #8041BF. Grayscale: #9D9D9D. Windows color (decimal): -8405440 or 4243071. OLE color: 4243071.

HSL color Cylindrical-coordinate representation of color #7FBE40: hue angle of 90º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FBE40 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 190 64 -
CMYK 0.33 0 0.66 0.25
HSL 90º 0.5% 0.5% -
HSV(B) 90º 0.66% 0.75% -
XYZ 28.09 41.71 11.42 -
YUV 156.8 75.63 106.75 -
System Red Green Blue C M Y K H S L
Decimal 127 190 64 0.33 0 0.66 0.25 90 0.5 0.5
Hex 7F BE 40 21 0 42 19 5A 32 32
Octal 177 276 100 41 0 102 31 132 62 62
Binary 1111111 10111110 1000000 100001 0 1000010 11001 1011010 110010 110010

Color Harmonies of #7FBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE40

Black with #7FBE40

Text Example


Text Example

White with #7FBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBE40; }

 p { color: rgb(127,190,64); }

 H1.HeaderClassName
 {
   color: #7FBE40;
 }
 .AnyTagClassName
 {
   color: #7FBE40;
 }
</style>

background-color css

<style>
 a { background-color: #7FBE40; }

 a { background-color: rgb(127,190,64); }

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

border-color css

<style>
 span { border-color: #7FBE40; }

 span { border-color: rgb(127,190,64); }

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