Html Css Color HEX #74D94D Mantis

📋 copy color: '#74D94D'

red 116 ◦ green 217 ◦ blue 77

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

Shades of Mantis #74D94D

Tints of Mantis #74D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 52.93%

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

R = 28.29%
G = 52.93%
B = 18.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#74D94D (or 0x74D94D) is known color: Mantis. HEX triplet: 74, D9 and 4D. RGB value is (116,217,77). Sum of RGB (Red+Green+Blue) = 116+217+77=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #74D94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D94D is #8B26B2. Grayscale: #ABABAB. Windows color (decimal): -9119411 or 5101940. OLE color: 5101940.

HSL color Cylindrical-coordinate representation of color #74D94D: hue angle of 103.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74D94D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 77 -
CMYK 0.47 0 0.65 0.15
HSL 103.29º 0.65% 0.58% -
HSV(B) 103.29º 0.65% 0.85% -
XYZ 33.35 53.87 15.66 -
YUV 170.84 75.04 88.88 -
System Red Green Blue C M Y K H S L
Decimal 116 217 77 0.47 0 0.65 0.15 103.29 0.65 0.58
Hex 74 D9 4D 2F 0 41 F 67 41 3A
Octal 164 331 115 57 0 101 17 147 101 72
Binary 1110100 11011001 1001101 101111 0 1000001 1111 1100111 1000001 111010

Color Harmonies of #74D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D94D

Black with #74D94D

Text Example


Text Example

White with #74D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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