Html Css Color HEX #74BA50 Mantis

📋 copy color: '#74BA50'

red 116 ◦ green 186 ◦ blue 80

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

Shades of Mantis #74BA50

Tints of Mantis #74BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.69%

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

R = 30.37%
G = 48.69%
B = 20.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#74BA50 (or 0x74BA50) is known color: Mantis. HEX triplet: 74, BA and 50. RGB value is (116,186,80). Sum of RGB (Red+Green+Blue) = 116+186+80=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA50 is #8B45AF. Grayscale: #999999. Windows color (decimal): -9127344 or 5290612. OLE color: 5290612.

HSL color Cylindrical-coordinate representation of color #74BA50: hue angle of 99.62º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74BA50 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 186 80 -
CMYK 0.38 0 0.57 0.27
HSL 99.62º 0.43% 0.52% -
HSV(B) 99.62º 0.57% 0.73% -
XYZ 26.21 39.41 13.81 -
YUV 152.99 86.81 101.62 -
System Red Green Blue C M Y K H S L
Decimal 116 186 80 0.38 0 0.57 0.27 99.62 0.43 0.52
Hex 74 BA 50 26 0 39 1B 64 2B 34
Octal 164 272 120 46 0 71 33 144 53 64
Binary 1110100 10111010 1010000 100110 0 111001 11011 1100100 101011 110100

Color Harmonies of #74BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA50

Black with #74BA50

Text Example


Text Example

White with #74BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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