Html Css Color HEX #76CC5E Mantis

📋 copy color: '#76CC5E'

red 118 ◦ green 204 ◦ blue 94

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

Shades of Mantis #76CC5E

Tints of Mantis #76CC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 28.37%
G = 49.04%
B = 22.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#76CC5E (or 0x76CC5E) is known color: Mantis. HEX triplet: 76, CC and 5E. RGB value is (118,204,94). Sum of RGB (Red+Green+Blue) = 118+204+94=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC5E is #8933A1. Grayscale: #A6A6A6. Windows color (decimal): -8991650 or 6212726. OLE color: 6212726.

HSL color Cylindrical-coordinate representation of color #76CC5E: hue angle of 106.91º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76CC5E is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 94 -
CMYK 0.42 0 0.54 0.2
HSL 106.91º 0.52% 0.58% -
HSV(B) 106.91º 0.54% 0.8% -
XYZ 31.08 47.85 18.19 -
YUV 165.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 118 204 94 0.42 0 0.54 0.2 106.91 0.52 0.58
Hex 76 CC 5E 2A 0 36 14 6B 34 3A
Octal 166 314 136 52 0 66 24 153 64 72
Binary 1110110 11001100 1011110 101010 0 110110 10100 1101011 110100 111010

Color Harmonies of #76CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC5E

Black with #76CC5E

Text Example


Text Example

White with #76CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,94); }

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

background-color css

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

 a { background-color: rgb(118,204,94); }

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

border-color css

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

 span { border-color: rgb(118,204,94); }

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