Html Css Color HEX #7FBC4A Mantis

📋 copy color: '#7FBC4A'

red 127 ◦ green 188 ◦ blue 74

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

Shades of Mantis #7FBC4A

Tints of Mantis #7FBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.33%

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

R = 32.65%
G = 48.33%
B = 19.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7FBC4A (or 0x7FBC4A) is known color: Mantis. HEX triplet: 7F, BC and 4A. RGB value is (127,188,74). Sum of RGB (Red+Green+Blue) = 127+188+74=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC4A is #8043B5. Grayscale: #9D9D9D. Windows color (decimal): -8405942 or 4897919. OLE color: 4897919.

HSL color Cylindrical-coordinate representation of color #7FBC4A: hue angle of 92.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7FBC4A is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 74 -
CMYK 0.32 0 0.61 0.26
HSL 92.11º 0.46% 0.51% -
HSV(B) 92.11º 0.61% 0.74% -
XYZ 27.97 40.97 12.91 -
YUV 156.77 81.29 106.77 -
System Red Green Blue C M Y K H S L
Decimal 127 188 74 0.32 0 0.61 0.26 92.11 0.46 0.51
Hex 7F BC 4A 20 0 3D 1A 5C 2E 33
Octal 177 274 112 40 0 75 32 134 56 63
Binary 1111111 10111100 1001010 100000 0 111101 11010 1011100 101110 110011

Color Harmonies of #7FBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC4A

Black with #7FBC4A

Text Example


Text Example

White with #7FBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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