Html Css Color HEX #74BF50 Mantis

📋 copy color: '#74BF50'

red 116 ◦ green 191 ◦ blue 80

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

Shades of Mantis #74BF50

Tints of Mantis #74BF50

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

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

R = 29.97%
G = 49.35%
B = 20.67%

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

#74BF50 (or 0x74BF50) is known color: Mantis. HEX triplet: 74, BF and 50. RGB value is (116,191,80). Sum of RGB (Red+Green+Blue) = 116+191+80=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF50 is #8B40AF. Grayscale: #9C9C9C. Windows color (decimal): -9126064 or 5291892. OLE color: 5291892.

HSL color Cylindrical-coordinate representation of color #74BF50: hue angle of 100.54º 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 #74BF50 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 80 -
CMYK 0.39 0 0.58 0.25
HSL 100.54º 0.46% 0.53% -
HSV(B) 100.54º 0.58% 0.75% -
XYZ 27.28 41.55 14.17 -
YUV 155.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 116 191 80 0.39 0 0.58 0.25 100.54 0.46 0.53
Hex 74 BF 50 27 0 3A 19 65 2E 35
Octal 164 277 120 47 0 72 31 145 56 65
Binary 1110100 10111111 1010000 100111 0 111010 11001 1100101 101110 110101

Color Harmonies of #74BF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF50

Black with #74BF50

Text Example


Text Example

White with #74BF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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