Html Css Color HEX #74D14A Mantis

📋 copy color: '#74D14A'

red 116 ◦ green 209 ◦ blue 74

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

Shades of Mantis #74D14A

Tints of Mantis #74D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.38%

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

R = 29.07%
G = 52.38%
B = 18.55%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#74D14A (or 0x74D14A) is known color: Mantis. HEX triplet: 74, D1 and 4A. RGB value is (116,209,74). Sum of RGB (Red+Green+Blue) = 116+209+74=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #74D14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D14A is #8B2EB5. Grayscale: #A6A6A6. Windows color (decimal): -9121462 or 4903284. OLE color: 4903284.

HSL color Cylindrical-coordinate representation of color #74D14A: hue angle of 101.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74D14A is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 74 -
CMYK 0.44 0 0.65 0.18
HSL 101.33º 0.59% 0.55% -
HSV(B) 101.33º 0.65% 0.82% -
XYZ 31.24 49.81 14.45 -
YUV 165.8 76.19 92.48 -
System Red Green Blue C M Y K H S L
Decimal 116 209 74 0.44 0 0.65 0.18 101.33 0.59 0.55
Hex 74 D1 4A 2C 0 41 12 65 3B 37
Octal 164 321 112 54 0 101 22 145 73 67
Binary 1110100 11010001 1001010 101100 0 1000001 10010 1100101 111011 110111

Color Harmonies of #74D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D14A

Black with #74D14A

Text Example


Text Example

White with #74D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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