Html Css Color HEX #74C44E Mantis

📋 copy color: '#74C44E'

red 116 ◦ green 196 ◦ blue 78

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

Shades of Mantis #74C44E

Tints of Mantis #74C44E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

 BLUE value IS 78 (30.86% from 255) = 20%

R = 29.74%
G = 50.26%
B = 20%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#74C44E (or 0x74C44E) is known color: Mantis. HEX triplet: 74, C4 and 4E. RGB value is (116,196,78). Sum of RGB (Red+Green+Blue) = 116+196+78=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #74C44E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C44E is #8B3BB1. Grayscale: #9F9F9F. Windows color (decimal): -9124786 or 5162100. OLE color: 5162100.

HSL color Cylindrical-coordinate representation of color #74C44E: hue angle of 100.68º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C44E is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 196 78 -
CMYK 0.41 0 0.60 0.23
HSL 100.68º 0.5% 0.54% -
HSV(B) 100.68º 0.6% 0.77% -
XYZ 28.32 43.74 14.16 -
YUV 158.63 82.5 97.59 -
System Red Green Blue C M Y K H S L
Decimal 116 196 78 0.41 0 0.60 0.23 100.68 0.5 0.54
Hex 74 C4 4E 29 0 3C 17 65 32 36
Octal 164 304 116 51 0 74 27 145 62 66
Binary 1110100 11000100 1001110 101001 0 111100 10111 1100101 110010 110110

Color Harmonies of #74C44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C44E

Black with #74C44E

Text Example


Text Example

White with #74C44E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,196,78); }

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

background-color css

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

 a { background-color: rgb(116,196,78); }

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

border-color css

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

 span { border-color: rgb(116,196,78); }

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