Html Css Color HEX #74BA5D Mantis

📋 copy color: '#74BA5D'

red 116 ◦ green 186 ◦ blue 93

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

Shades of Mantis #74BA5D

Tints of Mantis #74BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 29.37%
G = 47.09%
B = 23.54%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#74BA5D (or 0x74BA5D) is known color: Mantis. HEX triplet: 74, BA and 5D. RGB value is (116,186,93). Sum of RGB (Red+Green+Blue) = 116+186+93=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA5D is #8B45A2. Grayscale: #9A9A9A. Windows color (decimal): -9127331 or 6142580. OLE color: 6142580.

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

Color convert

RGB 116 186 93 -
CMYK 0.38 0 0.5 0.27
HSL 105.16º 0.4% 0.55% -
HSV(B) 105.16º 0.5% 0.73% -
XYZ 26.74 39.62 16.59 -
YUV 154.47 93.31 100.56 -
System Red Green Blue C M Y K H S L
Decimal 116 186 93 0.38 0 0.5 0.27 105.16 0.4 0.55
Hex 74 BA 5D 26 0 32 1B 69 28 37
Octal 164 272 135 46 0 62 33 151 50 67
Binary 1110100 10111010 1011101 100110 0 110010 11011 1101001 101000 110111

Color Harmonies of #74BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA5D

Black with #74BA5D

Text Example


Text Example

White with #74BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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