Html Css Color HEX #7FD85E Mantis

📋 copy color: '#7FD85E'

red 127 ◦ green 216 ◦ blue 94

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

Shades of Mantis #7FD85E

Tints of Mantis #7FD85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.43%

 BLUE value IS 94 (37.11% from 255) = 21.51%

R = 29.06%
G = 49.43%
B = 21.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#7FD85E (or 0x7FD85E) is known color: Mantis. HEX triplet: 7F, D8 and 5E. RGB value is (127,216,94). Sum of RGB (Red+Green+Blue) = 127+216+94=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD85E is #8027A1. Grayscale: #AFAFAF. Windows color (decimal): -8398754 or 6215807. OLE color: 6215807.

HSL color Cylindrical-coordinate representation of color #7FD85E: hue angle of 103.77º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FD85E is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 216 94 -
CMYK 0.41 0 0.56 0.15
HSL 103.77º 0.61% 0.61% -
HSV(B) 103.77º 0.56% 0.85% -
XYZ 35.33 54.43 19.23 -
YUV 175.48 82.01 93.42 -
System Red Green Blue C M Y K H S L
Decimal 127 216 94 0.41 0 0.56 0.15 103.77 0.61 0.61
Hex 7F D8 5E 29 0 38 F 68 3D 3D
Octal 177 330 136 51 0 70 17 150 75 75
Binary 1111111 11011000 1011110 101001 0 111000 1111 1101000 111101 111101

Color Harmonies of #7FD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD85E

Black with #7FD85E

Text Example


Text Example

White with #7FD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,216,94); }

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

background-color css

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

 a { background-color: rgb(127,216,94); }

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

border-color css

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

 span { border-color: rgb(127,216,94); }

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