Html Css Color HEX #74BA5B Mantis

📋 copy color: '#74BA5B'

red 116 ◦ green 186 ◦ blue 91

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

Shades of Mantis #74BA5B

Tints of Mantis #74BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 29.52%
G = 47.33%
B = 23.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#74BA5B (or 0x74BA5B) is known color: Mantis. HEX triplet: 74, BA and 5B. RGB value is (116,186,91). Sum of RGB (Red+Green+Blue) = 116+186+91=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA5B is #8B45A4. Grayscale: #9A9A9A. Windows color (decimal): -9127333 or 6011508. OLE color: 6011508.

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

Color convert

RGB 116 186 91 -
CMYK 0.38 0 0.51 0.27
HSL 104.21º 0.41% 0.54% -
HSV(B) 104.21º 0.51% 0.73% -
XYZ 26.65 39.59 16.13 -
YUV 154.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 116 186 91 0.38 0 0.51 0.27 104.21 0.41 0.54
Hex 74 BA 5B 26 0 33 1B 68 29 36
Octal 164 272 133 46 0 63 33 150 51 66
Binary 1110100 10111010 1011011 100110 0 110011 11011 1101000 101001 110110

Color Harmonies of #74BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA5B

Black with #74BA5B

Text Example


Text Example

White with #74BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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