Html Css Color HEX #74C74A Mantis

📋 copy color: '#74C74A'

red 116 ◦ green 199 ◦ blue 74

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

Shades of Mantis #74C74A

Tints of Mantis #74C74A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.16%

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 29.82%
G = 51.16%
B = 19.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#74C74A (or 0x74C74A) is known color: Mantis. HEX triplet: 74, C7 and 4A. RGB value is (116,199,74). Sum of RGB (Red+Green+Blue) = 116+199+74=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #74C74A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C74A is #8B38B5. Grayscale: #A0A0A0. Windows color (decimal): -9124022 or 4900724. OLE color: 4900724.

HSL color Cylindrical-coordinate representation of color #74C74A: hue angle of 99.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C74A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 199 74 -
CMYK 0.42 0 0.63 0.22
HSL 99.84º 0.53% 0.54% -
HSV(B) 99.84º 0.63% 0.78% -
XYZ 28.86 45.05 13.65 -
YUV 159.93 79.5 96.66 -
System Red Green Blue C M Y K H S L
Decimal 116 199 74 0.42 0 0.63 0.22 99.84 0.53 0.54
Hex 74 C7 4A 2A 0 3F 16 64 35 36
Octal 164 307 112 52 0 77 26 144 65 66
Binary 1110100 11000111 1001010 101010 0 111111 10110 1100100 110101 110110

Color Harmonies of #74C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C74A

Black with #74C74A

Text Example


Text Example

White with #74C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,199,74); }

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

background-color css

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

 a { background-color: rgb(116,199,74); }

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

border-color css

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

 span { border-color: rgb(116,199,74); }

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