Html Css Color HEX #7EBF40 Mantis

📋 copy color: '#7EBF40'

red 126 ◦ green 191 ◦ blue 64

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

Shades of Mantis #7EBF40

Tints of Mantis #7EBF40

RGB

 RED value IS 126 (49.61% from 255) = 33.07%

 GREEN value IS 191 (75% from 255) = 50.13%

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

R = 33.07%
G = 50.13%
B = 16.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#7EBF40 (or 0x7EBF40) is known color: Mantis. HEX triplet: 7E, BF and 40. RGB value is (126,191,64). Sum of RGB (Red+Green+Blue) = 126+191+64=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF40 is #8140BF. Grayscale: #9D9D9D. Windows color (decimal): -8470720 or 4243326. OLE color: 4243326.

HSL color Cylindrical-coordinate representation of color #7EBF40: hue angle of 90.71º 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 #7EBF40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 191 64 -
CMYK 0.34 0 0.66 0.25
HSL 90.71º 0.5% 0.5% -
HSV(B) 90.71º 0.66% 0.75% -
XYZ 28.16 42.07 11.49 -
YUV 157.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 126 191 64 0.34 0 0.66 0.25 90.71 0.5 0.5
Hex 7E BF 40 22 0 42 19 5B 32 32
Octal 176 277 100 42 0 102 31 133 62 62
Binary 1111110 10111111 1000000 100010 0 1000010 11001 1011011 110010 110010

Color Harmonies of #7EBF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF40

Black with #7EBF40

Text Example


Text Example

White with #7EBF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,191,64); }

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

background-color css

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

 a { background-color: rgb(126,191,64); }

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

border-color css

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

 span { border-color: rgb(126,191,64); }

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