Html Css Color HEX #76C350 Mantis

📋 copy color: '#76C350'

red 118 ◦ green 195 ◦ blue 80

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

Shades of Mantis #76C350

Tints of Mantis #76C350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.36%

R = 30.03%
G = 49.62%
B = 20.36%

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

#76C350 (or 0x76C350) is known color: Mantis. HEX triplet: 76, C3 and 50. RGB value is (118,195,80). Sum of RGB (Red+Green+Blue) = 118+195+80=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #76C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C350 is #893CAF. Grayscale: #9F9F9F. Windows color (decimal): -8993968 or 5292918. OLE color: 5292918.

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

Color convert

RGB 118 195 80 -
CMYK 0.39 0 0.59 0.24
HSL 100.17º 0.49% 0.54% -
HSV(B) 100.17º 0.59% 0.76% -
XYZ 28.43 43.46 14.48 -
YUV 158.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 118 195 80 0.39 0 0.59 0.24 100.17 0.49 0.54
Hex 76 C3 50 27 0 3B 18 64 31 36
Octal 166 303 120 47 0 73 30 144 61 66
Binary 1110110 11000011 1010000 100111 0 111011 11000 1100100 110001 110110

Color Harmonies of #76C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C350

Black with #76C350

Text Example


Text Example

White with #76C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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