Html Css Color HEX #74DC50 Mantis

📋 copy color: '#74DC50'

red 116 ◦ green 220 ◦ blue 80

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

Shades of Mantis #74DC50

Tints of Mantis #74DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 27.88%
G = 52.88%
B = 19.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#74DC50 (or 0x74DC50) is known color: Mantis. HEX triplet: 74, DC and 50. RGB value is (116,220,80). Sum of RGB (Red+Green+Blue) = 116+220+80=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC50 is #8B23AF. Grayscale: #ADADAD. Windows color (decimal): -9118640 or 5299316. OLE color: 5299316.

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

Color convert

RGB 116 220 80 -
CMYK 0.47 0 0.64 0.14
HSL 104.57º 0.67% 0.59% -
HSV(B) 104.57º 0.64% 0.86% -
XYZ 34.24 55.48 16.49 -
YUV 172.94 75.54 87.38 -
System Red Green Blue C M Y K H S L
Decimal 116 220 80 0.47 0 0.64 0.14 104.57 0.67 0.59
Hex 74 DC 50 2F 0 40 E 69 43 3B
Octal 164 334 120 57 0 100 16 151 103 73
Binary 1110100 11011100 1010000 101111 0 1000000 1110 1101001 1000011 111011

Color Harmonies of #74DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DC50

Black with #74DC50

Text Example


Text Example

White with #74DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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