Html Css Color HEX #7FD14D Mantis

📋 copy color: '#7FD14D'

red 127 ◦ green 209 ◦ blue 77

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

Shades of Mantis #7FD14D

Tints of Mantis #7FD14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 30.75%
G = 50.61%
B = 18.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#7FD14D (or 0x7FD14D) is known color: Mantis. HEX triplet: 7F, D1 and 4D. RGB value is (127,209,77). Sum of RGB (Red+Green+Blue) = 127+209+77=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD14D is #802EB2. Grayscale: #A9A9A9. Windows color (decimal): -8400563 or 5099903. OLE color: 5099903.

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

Color convert

RGB 127 209 77 -
CMYK 0.39 0 0.63 0.18
HSL 97.27º 0.59% 0.56% -
HSV(B) 97.27º 0.63% 0.82% -
XYZ 32.89 50.65 15.06 -
YUV 169.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 127 209 77 0.39 0 0.63 0.18 97.27 0.59 0.56
Hex 7F D1 4D 27 0 3F 12 61 3B 38
Octal 177 321 115 47 0 77 22 141 73 70
Binary 1111111 11010001 1001101 100111 0 111111 10010 1100001 111011 111000

Color Harmonies of #7FD14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD14D

Black with #7FD14D

Text Example


Text Example

White with #7FD14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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