Html Css Color HEX #74BA57 Mantis

📋 copy color: '#74BA57'

red 116 ◦ green 186 ◦ blue 87

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

Shades of Mantis #74BA57

Tints of Mantis #74BA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 29.82%
G = 47.81%
B = 22.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#74BA57 (or 0x74BA57) is known color: Mantis. HEX triplet: 74, BA and 57. RGB value is (116,186,87). Sum of RGB (Red+Green+Blue) = 116+186+87=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA57 is #8B45A8. Grayscale: #9A9A9A. Windows color (decimal): -9127337 or 5749364. OLE color: 5749364.

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

Color convert

RGB 116 186 87 -
CMYK 0.38 0 0.53 0.27
HSL 102.42º 0.42% 0.54% -
HSV(B) 102.42º 0.53% 0.73% -
XYZ 26.48 39.52 15.25 -
YUV 153.78 90.31 101.05 -
System Red Green Blue C M Y K H S L
Decimal 116 186 87 0.38 0 0.53 0.27 102.42 0.42 0.54
Hex 74 BA 57 26 0 35 1B 66 2A 36
Octal 164 272 127 46 0 65 33 146 52 66
Binary 1110100 10111010 1010111 100110 0 110101 11011 1100110 101010 110110

Color Harmonies of #74BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA57

Black with #74BA57

Text Example


Text Example

White with #74BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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