Html Css Color HEX #7FC241 Mantis

📋 copy color: '#7FC241'

red 127 ◦ green 194 ◦ blue 65

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

Shades of Mantis #7FC241

Tints of Mantis #7FC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 32.9%
G = 50.26%
B = 16.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#7FC241 (or 0x7FC241) is known color: Mantis. HEX triplet: 7F, C2 and 41. RGB value is (127,194,65). Sum of RGB (Red+Green+Blue) = 127+194+65=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #7FC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC241 is #803DBE. Grayscale: #9F9F9F. Windows color (decimal): -8404415 or 4309631. OLE color: 4309631.

HSL color Cylindrical-coordinate representation of color #7FC241: hue angle of 91.16º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7FC241 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 127 194 65 -
CMYK 0.35 0 0.66 0.24
HSL 91.16º 0.51% 0.51% -
HSV(B) 91.16º 0.66% 0.76% -
XYZ 29 43.48 11.86 -
YUV 159.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 127 194 65 0.35 0 0.66 0.24 91.16 0.51 0.51
Hex 7F C2 41 23 0 42 18 5B 33 33
Octal 177 302 101 43 0 102 30 133 63 63
Binary 1111111 11000010 1000001 100011 0 1000010 11000 1011011 110011 110011

Color Harmonies of #7FC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC241

Black with #7FC241

Text Example


Text Example

White with #7FC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,194,65); }

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

background-color css

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

 a { background-color: rgb(127,194,65); }

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

border-color css

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

 span { border-color: rgb(127,194,65); }

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