Html Css Color HEX #76D85F Mantis

📋 copy color: '#76D85F'

red 118 ◦ green 216 ◦ blue 95

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

Shades of Mantis #76D85F

Tints of Mantis #76D85F

RGB

 RED value IS 118 (46.48% from 255) = 27.51%

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

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

R = 27.51%
G = 50.35%
B = 22.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#76D85F (or 0x76D85F) is known color: Mantis. HEX triplet: 76, D8 and 5F. RGB value is (118,216,95). Sum of RGB (Red+Green+Blue) = 118+216+95=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #76D85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D85F is #8927A0. Grayscale: #ADADAD. Windows color (decimal): -8988577 or 6281334. OLE color: 6281334.

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

Color convert

RGB 118 216 95 -
CMYK 0.45 0 0.56 0.15
HSL 108.6º 0.61% 0.61% -
HSV(B) 108.6º 0.56% 0.85% -
XYZ 34.09 53.79 19.41 -
YUV 172.9 84.03 88.84 -
System Red Green Blue C M Y K H S L
Decimal 118 216 95 0.45 0 0.56 0.15 108.6 0.61 0.61
Hex 76 D8 5F 2D 0 38 F 6D 3D 3D
Octal 166 330 137 55 0 70 17 155 75 75
Binary 1110110 11011000 1011111 101101 0 111000 1111 1101101 111101 111101

Color Harmonies of #76D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D85F

Black with #76D85F

Text Example


Text Example

White with #76D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D85F; }

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

 H1.HeaderClassName
 {
   color: #76D85F;
 }
 .AnyTagClassName
 {
   color: #76D85F;
 }
</style>

background-color css

<style>
 a { background-color: #76D85F; }

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

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

border-color css

<style>
 span { border-color: #76D85F; }

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

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