Html Css Color HEX #76C15D Mantis

📋 copy color: '#76C15D'

red 118 ◦ green 193 ◦ blue 93

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

Shades of Mantis #76C15D

Tints of Mantis #76C15D

RGB

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

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

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

R = 29.21%
G = 47.77%
B = 23.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#76C15D (or 0x76C15D) is known color: Mantis. HEX triplet: 76, C1 and 5D. RGB value is (118,193,93). Sum of RGB (Red+Green+Blue) = 118+193+93=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #76C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C15D is #893EA2. Grayscale: #9F9F9F. Windows color (decimal): -8994467 or 6144374. OLE color: 6144374.

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

Color convert

RGB 118 193 93 -
CMYK 0.39 0 0.52 0.24
HSL 105º 0.45% 0.56% -
HSV(B) 105º 0.52% 0.76% -
XYZ 28.52 42.78 17.11 -
YUV 159.18 90.65 98.63 -
System Red Green Blue C M Y K H S L
Decimal 118 193 93 0.39 0 0.52 0.24 105 0.45 0.56
Hex 76 C1 5D 27 0 34 18 69 2D 38
Octal 166 301 135 47 0 64 30 151 55 70
Binary 1110110 11000001 1011101 100111 0 110100 11000 1101001 101101 111000

Color Harmonies of #76C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C15D

Black with #76C15D

Text Example


Text Example

White with #76C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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