Html Css Color HEX #7FBC40 Mantis

📋 copy color: '#7FBC40'

red 127 ◦ green 188 ◦ blue 64

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

Shades of Mantis #7FBC40

Tints of Mantis #7FBC40

RGB

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

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

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

R = 33.51%
G = 49.6%
B = 16.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#7FBC40 (or 0x7FBC40) is known color: Mantis. HEX triplet: 7F, BC and 40. RGB value is (127,188,64). Sum of RGB (Red+Green+Blue) = 127+188+64=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC40 is #8043BF. Grayscale: #9C9C9C. Windows color (decimal): -8405952 or 4242559. OLE color: 4242559.

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

Color convert

RGB 127 188 64 -
CMYK 0.32 0 0.66 0.26
HSL 89.52º 0.49% 0.49% -
HSV(B) 89.52º 0.66% 0.74% -
XYZ 27.66 40.85 11.28 -
YUV 155.63 76.29 107.58 -
System Red Green Blue C M Y K H S L
Decimal 127 188 64 0.32 0 0.66 0.26 89.52 0.49 0.49
Hex 7F BC 40 20 0 42 1A 5A 31 31
Octal 177 274 100 40 0 102 32 132 61 61
Binary 1111111 10111100 1000000 100000 0 1000010 11010 1011010 110001 110001

Color Harmonies of #7FBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC40

Black with #7FBC40

Text Example


Text Example

White with #7FBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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