Html Css Color HEX #7ED85F Mantis

📋 copy color: '#7ED85F'

red 126 ◦ green 216 ◦ blue 95

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

Shades of Mantis #7ED85F

Tints of Mantis #7ED85F

RGB

 RED value IS 126 (49.61% from 255) = 28.83%

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

 BLUE value IS 95 (37.5% from 255) = 21.74%

R = 28.83%
G = 49.43%
B = 21.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#7ED85F (or 0x7ED85F) is known color: Mantis. HEX triplet: 7E, D8 and 5F. RGB value is (126,216,95). Sum of RGB (Red+Green+Blue) = 126+216+95=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 95 (37.5% from 255 or 21.74% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED85F is #8127A0. Grayscale: #AFAFAF. Windows color (decimal): -8464289 or 6281342. OLE color: 6281342.

HSL color Cylindrical-coordinate representation of color #7ED85F: hue angle of 104.63º 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 #7ED85F is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 216 95 -
CMYK 0.42 0 0.56 0.15
HSL 104.63º 0.61% 0.61% -
HSV(B) 104.63º 0.56% 0.85% -
XYZ 35.23 54.37 19.47 -
YUV 175.3 82.68 92.84 -
System Red Green Blue C M Y K H S L
Decimal 126 216 95 0.42 0 0.56 0.15 104.63 0.61 0.61
Hex 7E D8 5F 2A 0 38 F 69 3D 3D
Octal 176 330 137 52 0 70 17 151 75 75
Binary 1111110 11011000 1011111 101010 0 111000 1111 1101001 111101 111101

Color Harmonies of #7ED85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED85F

Black with #7ED85F

Text Example


Text Example

White with #7ED85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,216,95); }

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

background-color css

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

 a { background-color: rgb(126,216,95); }

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

border-color css

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

 span { border-color: rgb(126,216,95); }

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