Html Css Color HEX #76C35D Mantis

📋 copy color: '#76C35D'

red 118 ◦ green 195 ◦ blue 93

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

Shades of Mantis #76C35D

Tints of Mantis #76C35D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 29.06%
G = 48.03%
B = 22.91%

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

#76C35D (or 0x76C35D) is known color: Mantis. HEX triplet: 76, C3 and 5D. RGB value is (118,195,93). Sum of RGB (Red+Green+Blue) = 118+195+93=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #76C35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C35D is #893CA2. Grayscale: #A0A0A0. Windows color (decimal): -8993955 or 6144886. OLE color: 6144886.

HSL color Cylindrical-coordinate representation of color #76C35D: hue angle of 105.29º degrees, saturation: 0.46, 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 #76C35D is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 93 -
CMYK 0.39 0 0.52 0.24
HSL 105.29º 0.46% 0.56% -
HSV(B) 105.29º 0.52% 0.76% -
XYZ 28.96 43.67 17.26 -
YUV 160.35 89.99 97.79 -
System Red Green Blue C M Y K H S L
Decimal 118 195 93 0.39 0 0.52 0.24 105.29 0.46 0.56
Hex 76 C3 5D 27 0 34 18 69 2E 38
Octal 166 303 135 47 0 64 30 151 56 70
Binary 1110110 11000011 1011101 100111 0 110100 11000 1101001 101110 111000

Color Harmonies of #76C35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C35D

Black with #76C35D

Text Example


Text Example

White with #76C35D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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