Html Css Color HEX #7FBC5A Mantis

📋 copy color: '#7FBC5A'

red 127 ◦ green 188 ◦ blue 90

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

Shades of Mantis #7FBC5A

Tints of Mantis #7FBC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 31.36%
G = 46.42%
B = 22.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#7FBC5A (or 0x7FBC5A) is known color: Mantis. HEX triplet: 7F, BC and 5A. RGB value is (127,188,90). Sum of RGB (Red+Green+Blue) = 127+188+90=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC5A is #8043A5. Grayscale: #9E9E9E. Windows color (decimal): -8405926 or 5946495. OLE color: 5946495.

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

Color convert

RGB 127 188 90 -
CMYK 0.32 0 0.52 0.26
HSL 97.35º 0.42% 0.55% -
HSV(B) 97.35º 0.52% 0.74% -
XYZ 28.58 41.22 16.12 -
YUV 158.59 89.29 105.47 -
System Red Green Blue C M Y K H S L
Decimal 127 188 90 0.32 0 0.52 0.26 97.35 0.42 0.55
Hex 7F BC 5A 20 0 34 1A 61 2A 37
Octal 177 274 132 40 0 64 32 141 52 67
Binary 1111111 10111100 1011010 100000 0 110100 11010 1100001 101010 110111

Color Harmonies of #7FBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC5A

Black with #7FBC5A

Text Example


Text Example

White with #7FBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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