Html Css Color HEX #76D14F Mantis

📋 copy color: '#76D14F'

red 118 ◦ green 209 ◦ blue 79

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

Shades of Mantis #76D14F

Tints of Mantis #76D14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.46%

R = 29.06%
G = 51.48%
B = 19.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#76D14F (or 0x76D14F) is known color: Mantis. HEX triplet: 76, D1 and 4F. RGB value is (118,209,79). Sum of RGB (Red+Green+Blue) = 118+209+79=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #76D14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D14F is #892EB0. Grayscale: #A7A7A7. Windows color (decimal): -8990385 or 5230966. OLE color: 5230966.

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

Color convert

RGB 118 209 79 -
CMYK 0.44 0 0.62 0.18
HSL 102º 0.59% 0.56% -
HSV(B) 102º 0.62% 0.82% -
XYZ 31.68 50.02 15.38 -
YUV 166.97 78.35 93.07 -
System Red Green Blue C M Y K H S L
Decimal 118 209 79 0.44 0 0.62 0.18 102 0.59 0.56
Hex 76 D1 4F 2C 0 3E 12 66 3B 38
Octal 166 321 117 54 0 76 22 146 73 70
Binary 1110110 11010001 1001111 101100 0 111110 10010 1100110 111011 111000

Color Harmonies of #76D14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D14F

Black with #76D14F

Text Example


Text Example

White with #76D14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,79); }

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

background-color css

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

 a { background-color: rgb(118,209,79); }

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

border-color css

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

 span { border-color: rgb(118,209,79); }

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