Html Css Color HEX #74C166 Mantis

📋 copy color: '#74C166'

red 116 ◦ green 193 ◦ blue 102

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

Shades of Mantis #74C166

Tints of Mantis #74C166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

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

R = 28.22%
G = 46.96%
B = 24.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#74C166 (or 0x74C166) is known color: Mantis. HEX triplet: 74, C1 and 66. RGB value is (116,193,102). Sum of RGB (Red+Green+Blue) = 116+193+102=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #74C166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C166 is #8B3E99. Grayscale: #9F9F9F. Windows color (decimal): -9125530 or 6734196. OLE color: 6734196.

HSL color Cylindrical-coordinate representation of color #74C166: hue angle of 110.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C166 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 102 -
CMYK 0.40 0 0.47 0.24
HSL 110.77º 0.42% 0.58% -
HSV(B) 110.77º 0.47% 0.76% -
XYZ 28.67 42.81 19.32 -
YUV 159.6 95.49 96.9 -
System Red Green Blue C M Y K H S L
Decimal 116 193 102 0.40 0 0.47 0.24 110.77 0.42 0.58
Hex 74 C1 66 28 0 2F 18 6F 2A 3A
Octal 164 301 146 50 0 57 30 157 52 72
Binary 1110100 11000001 1100110 101000 0 101111 11000 1101111 101010 111010

Color Harmonies of #74C166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C166

Black with #74C166

Text Example


Text Example

White with #74C166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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