Html Css Color HEX #74C158 Mantis

📋 copy color: '#74C158'

red 116 ◦ green 193 ◦ blue 88

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

Shades of Mantis #74C158

Tints of Mantis #74C158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.17%

R = 29.22%
G = 48.61%
B = 22.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#74C158 (or 0x74C158) is known color: Mantis. HEX triplet: 74, C1 and 58. RGB value is (116,193,88). Sum of RGB (Red+Green+Blue) = 116+193+88=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #74C158 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C158 is #8B3EA7. Grayscale: #9E9E9E. Windows color (decimal): -9125544 or 5816692. OLE color: 5816692.

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

Color convert

RGB 116 193 88 -
CMYK 0.40 0 0.54 0.24
HSL 104º 0.46% 0.55% -
HSV(B) 104º 0.54% 0.76% -
XYZ 28.03 42.56 15.97 -
YUV 158.01 88.49 98.04 -
System Red Green Blue C M Y K H S L
Decimal 116 193 88 0.40 0 0.54 0.24 104 0.46 0.55
Hex 74 C1 58 28 0 36 18 68 2E 37
Octal 164 301 130 50 0 66 30 150 56 67
Binary 1110100 11000001 1011000 101000 0 110110 11000 1101000 101110 110111

Color Harmonies of #74C158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C158

Black with #74C158

Text Example


Text Example

White with #74C158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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