Html Css Color HEX #76CD5D Mantis

📋 copy color: '#76CD5D'

red 118 ◦ green 205 ◦ blue 93

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

Shades of Mantis #76CD5D

Tints of Mantis #76CD5D

RGB

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

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

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

R = 28.37%
G = 49.28%
B = 22.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#76CD5D (or 0x76CD5D) is known color: Mantis. HEX triplet: 76, CD and 5D. RGB value is (118,205,93). Sum of RGB (Red+Green+Blue) = 118+205+93=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD5D is #8932A2. Grayscale: #A6A6A6. Windows color (decimal): -8991395 or 6147446. OLE color: 6147446.

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

Color convert

RGB 118 205 93 -
CMYK 0.42 0 0.55 0.20
HSL 106.61º 0.53% 0.58% -
HSV(B) 106.61º 0.55% 0.8% -
XYZ 31.28 48.3 18.03 -
YUV 166.22 86.68 93.61 -
System Red Green Blue C M Y K H S L
Decimal 118 205 93 0.42 0 0.55 0.20 106.61 0.53 0.58
Hex 76 CD 5D 2A 0 37 14 6B 35 3A
Octal 166 315 135 52 0 67 24 153 65 72
Binary 1110110 11001101 1011101 101010 0 110111 10100 1101011 110101 111010

Color Harmonies of #76CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD5D

Black with #76CD5D

Text Example


Text Example

White with #76CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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