Html Css Color HEX #7FC046 Mantis

📋 copy color: '#7FC046'

red 127 ◦ green 192 ◦ blue 70

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

Shades of Mantis #7FC046

Tints of Mantis #7FC046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

 BLUE value IS 70 (27.73% from 255) = 17.99%

R = 32.65%
G = 49.36%
B = 17.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#7FC046 (or 0x7FC046) is known color: Mantis. HEX triplet: 7F, C0 and 46. RGB value is (127,192,70). Sum of RGB (Red+Green+Blue) = 127+192+70=389 (51% of max value = 765). Red value is 127 (50% from 255 or 32.65% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC046 is #803FB9. Grayscale: #9F9F9F. Windows color (decimal): -8404922 or 4636799. OLE color: 4636799.

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

Color convert

RGB 127 192 70 -
CMYK 0.34 0 0.64 0.25
HSL 91.97º 0.49% 0.51% -
HSV(B) 91.97º 0.64% 0.75% -
XYZ 28.71 42.65 12.51 -
YUV 158.66 77.97 105.42 -
System Red Green Blue C M Y K H S L
Decimal 127 192 70 0.34 0 0.64 0.25 91.97 0.49 0.51
Hex 7F C0 46 22 0 40 19 5C 31 33
Octal 177 300 106 42 0 100 31 134 61 63
Binary 1111111 11000000 1000110 100010 0 1000000 11001 1011100 110001 110011

Color Harmonies of #7FC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC046

Black with #7FC046

Text Example


Text Example

White with #7FC046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,70); }

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

background-color css

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

 a { background-color: rgb(127,192,70); }

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

border-color css

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

 span { border-color: rgb(127,192,70); }

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