Html Css Color HEX #7FD85D Mantis

📋 copy color: '#7FD85D'

red 127 ◦ green 216 ◦ blue 93

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

Shades of Mantis #7FD85D

Tints of Mantis #7FD85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.33%

R = 29.13%
G = 49.54%
B = 21.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#7FD85D (or 0x7FD85D) is known color: Mantis. HEX triplet: 7F, D8 and 5D. RGB value is (127,216,93). Sum of RGB (Red+Green+Blue) = 127+216+93=436 (57% of max value = 765). Red value is 127 (50% from 255 or 29.13% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD85D is #8027A2. Grayscale: #AFAFAF. Windows color (decimal): -8398755 or 6150271. OLE color: 6150271.

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

Color convert

RGB 127 216 93 -
CMYK 0.41 0 0.57 0.15
HSL 103.41º 0.61% 0.61% -
HSV(B) 103.41º 0.57% 0.85% -
XYZ 35.28 54.41 19 -
YUV 175.37 81.51 93.5 -
System Red Green Blue C M Y K H S L
Decimal 127 216 93 0.41 0 0.57 0.15 103.41 0.61 0.61
Hex 7F D8 5D 29 0 39 F 67 3D 3D
Octal 177 330 135 51 0 71 17 147 75 75
Binary 1111111 11011000 1011101 101001 0 111001 1111 1100111 111101 111101

Color Harmonies of #7FD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD85D

Black with #7FD85D

Text Example


Text Example

White with #7FD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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