Html Css Color HEX #74BE50 Mantis

📋 copy color: '#74BE50'

red 116 ◦ green 190 ◦ blue 80

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

Shades of Mantis #74BE50

Tints of Mantis #74BE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.22%

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

R = 30.05%
G = 49.22%
B = 20.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#74BE50 (or 0x74BE50) is known color: Mantis. HEX triplet: 74, BE and 50. RGB value is (116,190,80). Sum of RGB (Red+Green+Blue) = 116+190+80=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE50 is #8B41AF. Grayscale: #9B9B9B. Windows color (decimal): -9126320 or 5291636. OLE color: 5291636.

HSL color Cylindrical-coordinate representation of color #74BE50: hue angle of 100.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74BE50 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 80 -
CMYK 0.39 0 0.58 0.25
HSL 100.36º 0.46% 0.53% -
HSV(B) 100.36º 0.58% 0.75% -
XYZ 27.06 41.12 14.1 -
YUV 155.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 116 190 80 0.39 0 0.58 0.25 100.36 0.46 0.53
Hex 74 BE 50 27 0 3A 19 64 2E 35
Octal 164 276 120 47 0 72 31 144 56 65
Binary 1110100 10111110 1010000 100111 0 111010 11001 1100100 101110 110101

Color Harmonies of #74BE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE50

Black with #74BE50

Text Example


Text Example

White with #74BE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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