Html Css Color HEX #74DC3A Mantis

📋 copy color: '#74DC3A'

red 116 ◦ green 220 ◦ blue 58

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

Shades of Mantis #74DC3A

Tints of Mantis #74DC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 29.44%
G = 55.84%
B = 14.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#74DC3A (or 0x74DC3A) is known color: Mantis. HEX triplet: 74, DC and 3A. RGB value is (116,220,58). Sum of RGB (Red+Green+Blue) = 116+220+58=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DC3A is #8B23C5. Grayscale: #AAAAAA. Windows color (decimal): -9118662 or 3857524. OLE color: 3857524.

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

Color convert

RGB 116 220 58 -
CMYK 0.47 0 0.74 0.14
HSL 98.52º 0.7% 0.55% -
HSV(B) 98.52º 0.74% 0.86% -
XYZ 33.56 55.2 12.89 -
YUV 170.44 64.54 89.17 -
System Red Green Blue C M Y K H S L
Decimal 116 220 58 0.47 0 0.74 0.14 98.52 0.7 0.55
Hex 74 DC 3A 2F 0 4A E 63 46 37
Octal 164 334 72 57 0 112 16 143 106 67
Binary 1110100 11011100 111010 101111 0 1001010 1110 1100011 1000110 110111

Color Harmonies of #74DC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC3A

Black with #74DC3A

Text Example


Text Example

White with #74DC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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