Html Css Color HEX #7FBE4A Mantis

📋 copy color: '#7FBE4A'

red 127 ◦ green 190 ◦ blue 74

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

Shades of Mantis #7FBE4A

Tints of Mantis #7FBE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 32.48%
G = 48.59%
B = 18.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#7FBE4A (or 0x7FBE4A) is known color: Mantis. HEX triplet: 7F, BE and 4A. RGB value is (127,190,74). Sum of RGB (Red+Green+Blue) = 127+190+74=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE4A is #8041B5. Grayscale: #9E9E9E. Windows color (decimal): -8405430 or 4898431. OLE color: 4898431.

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

Color convert

RGB 127 190 74 -
CMYK 0.33 0 0.61 0.25
HSL 92.59º 0.47% 0.52% -
HSV(B) 92.59º 0.61% 0.75% -
XYZ 28.4 41.83 13.06 -
YUV 157.94 80.63 105.93 -
System Red Green Blue C M Y K H S L
Decimal 127 190 74 0.33 0 0.61 0.25 92.59 0.47 0.52
Hex 7F BE 4A 21 0 3D 19 5D 2F 34
Octal 177 276 112 41 0 75 31 135 57 64
Binary 1111111 10111110 1001010 100001 0 111101 11001 1011101 101111 110100

Color Harmonies of #7FBE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE4A

Black with #7FBE4A

Text Example


Text Example

White with #7FBE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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