Html Css Color HEX #74BA66 Mantis

📋 copy color: '#74BA66'

red 116 ◦ green 186 ◦ blue 102

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

Shades of Mantis #74BA66

Tints of Mantis #74BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 28.71%
G = 46.04%
B = 25.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#74BA66 (or 0x74BA66) is known color: Mantis. HEX triplet: 74, BA and 66. RGB value is (116,186,102). Sum of RGB (Red+Green+Blue) = 116+186+102=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #74BA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BA66 is #8B4599. Grayscale: #9B9B9B. Windows color (decimal): -9127322 or 6732404. OLE color: 6732404.

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

Color convert

RGB 116 186 102 -
CMYK 0.38 0 0.45 0.27
HSL 110º 0.38% 0.56% -
HSV(B) 110º 0.45% 0.73% -
XYZ 27.16 39.79 18.82 -
YUV 155.49 97.81 99.83 -
System Red Green Blue C M Y K H S L
Decimal 116 186 102 0.38 0 0.45 0.27 110 0.38 0.56
Hex 74 BA 66 26 0 2D 1B 6E 26 38
Octal 164 272 146 46 0 55 33 156 46 70
Binary 1110100 10111010 1100110 100110 0 101101 11011 1101110 100110 111000

Color Harmonies of #74BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BA66

Black with #74BA66

Text Example


Text Example

White with #74BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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