Html Css Color HEX #7FD141 Mantis

📋 copy color: '#7FD141'

red 127 ◦ green 209 ◦ blue 65

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

Shades of Mantis #7FD141

Tints of Mantis #7FD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.12%

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

R = 31.67%
G = 52.12%
B = 16.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#7FD141 (or 0x7FD141) is known color: Mantis. HEX triplet: 7F, D1 and 41. RGB value is (127,209,65). Sum of RGB (Red+Green+Blue) = 127+209+65=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD141 is #802EBE. Grayscale: #A8A8A8. Windows color (decimal): -8400575 or 4313471. OLE color: 4313471.

HSL color Cylindrical-coordinate representation of color #7FD141: hue angle of 94.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7FD141 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 209 65 -
CMYK 0.39 0 0.69 0.18
HSL 94.17º 0.61% 0.54% -
HSV(B) 94.17º 0.69% 0.82% -
XYZ 32.51 50.49 13.03 -
YUV 168.07 69.83 98.71 -
System Red Green Blue C M Y K H S L
Decimal 127 209 65 0.39 0 0.69 0.18 94.17 0.61 0.54
Hex 7F D1 41 27 0 45 12 5E 3D 36
Octal 177 321 101 47 0 105 22 136 75 66
Binary 1111111 11010001 1000001 100111 0 1000101 10010 1011110 111101 110110

Color Harmonies of #7FD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD141

Black with #7FD141

Text Example


Text Example

White with #7FD141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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