Html Css Color HEX #76CD5E Mantis

📋 copy color: '#76CD5E'

red 118 ◦ green 205 ◦ blue 94

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

Shades of Mantis #76CD5E

Tints of Mantis #76CD5E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.16%

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

R = 28.3%
G = 49.16%
B = 22.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#76CD5E (or 0x76CD5E) is known color: Mantis. HEX triplet: 76, CD and 5E. RGB value is (118,205,94). Sum of RGB (Red+Green+Blue) = 118+205+94=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD5E is #8932A1. Grayscale: #A6A6A6. Windows color (decimal): -8991394 or 6212982. OLE color: 6212982.

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

Color convert

RGB 118 205 94 -
CMYK 0.42 0 0.54 0.20
HSL 107.03º 0.53% 0.59% -
HSV(B) 107.03º 0.54% 0.8% -
XYZ 31.32 48.32 18.27 -
YUV 166.33 87.18 93.53 -
System Red Green Blue C M Y K H S L
Decimal 118 205 94 0.42 0 0.54 0.20 107.03 0.53 0.59
Hex 76 CD 5E 2A 0 36 14 6B 35 3B
Octal 166 315 136 52 0 66 24 153 65 73
Binary 1110110 11001101 1011110 101010 0 110110 10100 1101011 110101 111011

Color Harmonies of #76CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD5E

Black with #76CD5E

Text Example


Text Example

White with #76CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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