Html Css Color HEX #74DC4A Mantis

📋 copy color: '#74DC4A'

red 116 ◦ green 220 ◦ blue 74

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

Shades of Mantis #74DC4A

Tints of Mantis #74DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.66%

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

R = 28.29%
G = 53.66%
B = 18.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#74DC4A (or 0x74DC4A) is known color: Mantis. HEX triplet: 74, DC and 4A. RGB value is (116,220,74). Sum of RGB (Red+Green+Blue) = 116+220+74=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC4A is #8B23B5. Grayscale: #ACACAC. Windows color (decimal): -9118646 or 4906100. OLE color: 4906100.

HSL color Cylindrical-coordinate representation of color #74DC4A: hue angle of 102.74º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74DC4A is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 220 74 -
CMYK 0.47 0 0.66 0.14
HSL 102.74º 0.68% 0.58% -
HSV(B) 102.74º 0.66% 0.86% -
XYZ 34.03 55.39 15.38 -
YUV 172.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 116 220 74 0.47 0 0.66 0.14 102.74 0.68 0.58
Hex 74 DC 4A 2F 0 42 E 67 44 3A
Octal 164 334 112 57 0 102 16 147 104 72
Binary 1110100 11011100 1001010 101111 0 1000010 1110 1100111 1000100 111010

Color Harmonies of #74DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC4A

Black with #74DC4A

Text Example


Text Example

White with #74DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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