Html Css Color HEX #74C156 Mantis

📋 copy color: '#74C156'

red 116 ◦ green 193 ◦ blue 86

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

Shades of Mantis #74C156

Tints of Mantis #74C156

RGB

 RED value IS 116 (45.7% from 255) = 29.37%

 GREEN value IS 193 (75.78% from 255) = 48.86%

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 29.37%
G = 48.86%
B = 21.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#74C156 (or 0x74C156) is known color: Mantis. HEX triplet: 74, C1 and 56. RGB value is (116,193,86). Sum of RGB (Red+Green+Blue) = 116+193+86=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #74C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C156 is #8B3EA9. Grayscale: #9E9E9E. Windows color (decimal): -9125546 or 5685620. OLE color: 5685620.

HSL color Cylindrical-coordinate representation of color #74C156: hue angle of 103.18º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C156 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 86 -
CMYK 0.40 0 0.55 0.24
HSL 103.18º 0.46% 0.55% -
HSV(B) 103.18º 0.55% 0.76% -
XYZ 27.95 42.52 15.54 -
YUV 157.78 87.49 98.2 -
System Red Green Blue C M Y K H S L
Decimal 116 193 86 0.40 0 0.55 0.24 103.18 0.46 0.55
Hex 74 C1 56 28 0 37 18 67 2E 37
Octal 164 301 126 50 0 67 30 147 56 67
Binary 1110100 11000001 1010110 101000 0 110111 11000 1100111 101110 110111

Color Harmonies of #74C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C156

Black with #74C156

Text Example


Text Example

White with #74C156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74C156; }

 p { color: rgb(116,193,86); }

 H1.HeaderClassName
 {
   color: #74C156;
 }
 .AnyTagClassName
 {
   color: #74C156;
 }
</style>

background-color css

<style>
 a { background-color: #74C156; }

 a { background-color: rgb(116,193,86); }

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

border-color css

<style>
 span { border-color: #74C156; }

 span { border-color: rgb(116,193,86); }

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