Html Css Color HEX #76C450 Mantis

📋 copy color: '#76C450'

red 118 ◦ green 196 ◦ blue 80

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

Shades of Mantis #76C450

Tints of Mantis #76C450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.75%

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

R = 29.95%
G = 49.75%
B = 20.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#76C450 (or 0x76C450) is known color: Mantis. HEX triplet: 76, C4 and 50. RGB value is (118,196,80). Sum of RGB (Red+Green+Blue) = 118+196+80=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #76C450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C450 is #893BAF. Grayscale: #9F9F9F. Windows color (decimal): -8993712 or 5293174. OLE color: 5293174.

HSL color Cylindrical-coordinate representation of color #76C450: hue angle of 100.34º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76C450 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 196 80 -
CMYK 0.40 0 0.59 0.23
HSL 100.34º 0.5% 0.54% -
HSV(B) 100.34º 0.59% 0.77% -
XYZ 28.66 43.91 14.55 -
YUV 159.45 83.16 98.43 -
System Red Green Blue C M Y K H S L
Decimal 118 196 80 0.40 0 0.59 0.23 100.34 0.5 0.54
Hex 76 C4 50 28 0 3B 17 64 32 36
Octal 166 304 120 50 0 73 27 144 62 66
Binary 1110110 11000100 1010000 101000 0 111011 10111 1100100 110010 110110

Color Harmonies of #76C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C450

Black with #76C450

Text Example


Text Example

White with #76C450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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