Html Css Color HEX #74C94D Mantis

📋 copy color: '#74C94D'

red 116 ◦ green 201 ◦ blue 77

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

Shades of Mantis #74C94D

Tints of Mantis #74C94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 29.44%
G = 51.02%
B = 19.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#74C94D (or 0x74C94D) is known color: Mantis. HEX triplet: 74, C9 and 4D. RGB value is (116,201,77). Sum of RGB (Red+Green+Blue) = 116+201+77=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #74C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C94D is #8B36B2. Grayscale: #A1A1A1. Windows color (decimal): -9123507 or 5097844. OLE color: 5097844.

HSL color Cylindrical-coordinate representation of color #74C94D: hue angle of 101.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74C94D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 77 -
CMYK 0.42 0 0.62 0.21
HSL 101.13º 0.53% 0.55% -
HSV(B) 101.13º 0.62% 0.79% -
XYZ 29.43 46.02 14.35 -
YUV 161.45 80.34 95.58 -
System Red Green Blue C M Y K H S L
Decimal 116 201 77 0.42 0 0.62 0.21 101.13 0.53 0.55
Hex 74 C9 4D 2A 0 3E 15 65 35 37
Octal 164 311 115 52 0 76 25 145 65 67
Binary 1110100 11001001 1001101 101010 0 111110 10101 1100101 110101 110111

Color Harmonies of #74C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C94D

Black with #74C94D

Text Example


Text Example

White with #74C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,201,77); }

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

background-color css

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

 a { background-color: rgb(116,201,77); }

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

border-color css

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

 span { border-color: rgb(116,201,77); }

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