Html Css Color HEX #7FBE3D Mantis

📋 copy color: '#7FBE3D'

red 127 ◦ green 190 ◦ blue 61

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

Shades of Mantis #7FBE3D

Tints of Mantis #7FBE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.14%

R = 33.6%
G = 50.26%
B = 16.14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#7FBE3D (or 0x7FBE3D) is known color: Mantis. HEX triplet: 7F, BE and 3D. RGB value is (127,190,61). Sum of RGB (Red+Green+Blue) = 127+190+61=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBE3D is #8041C2. Grayscale: #9C9C9C. Windows color (decimal): -8405443 or 4046463. OLE color: 4046463.

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

Color convert

RGB 127 190 61 -
CMYK 0.33 0 0.68 0.25
HSL 89.3º 0.51% 0.49% -
HSV(B) 89.3º 0.68% 0.75% -
XYZ 28.01 41.68 10.98 -
YUV 156.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 127 190 61 0.33 0 0.68 0.25 89.3 0.51 0.49
Hex 7F BE 3D 21 0 44 19 59 33 31
Octal 177 276 75 41 0 104 31 131 63 61
Binary 1111111 10111110 111101 100001 0 1000100 11001 1011001 110011 110001

Color Harmonies of #7FBE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBE3D

Black with #7FBE3D

Text Example


Text Example

White with #7FBE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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