Html Css Color HEX #76C14F Mantis

📋 copy color: '#76C14F'

red 118 ◦ green 193 ◦ blue 79

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

Shades of Mantis #76C14F

Tints of Mantis #76C14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.49%

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

R = 30.26%
G = 49.49%
B = 20.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#76C14F (or 0x76C14F) is known color: Mantis. HEX triplet: 76, C1 and 4F. RGB value is (118,193,79). Sum of RGB (Red+Green+Blue) = 118+193+79=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #76C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C14F is #893EB0. Grayscale: #9D9D9D. Windows color (decimal): -8994481 or 5226870. OLE color: 5226870.

HSL color Cylindrical-coordinate representation of color #76C14F: hue angle of 99.47º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76C14F is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 193 79 -
CMYK 0.39 0 0.59 0.24
HSL 99.47º 0.48% 0.53% -
HSV(B) 99.47º 0.59% 0.76% -
XYZ 27.95 42.56 14.14 -
YUV 157.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 118 193 79 0.39 0 0.59 0.24 99.47 0.48 0.53
Hex 76 C1 4F 27 0 3B 18 63 30 35
Octal 166 301 117 47 0 73 30 143 60 65
Binary 1110110 11000001 1001111 100111 0 111011 11000 1100011 110000 110101

Color Harmonies of #76C14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C14F

Black with #76C14F

Text Example


Text Example

White with #76C14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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