Html Css Color HEX #74C05B Mantis

📋 copy color: '#74C05B'

red 116 ◦ green 192 ◦ blue 91

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

Shades of Mantis #74C05B

Tints of Mantis #74C05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

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

R = 29.07%
G = 48.12%
B = 22.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#74C05B (or 0x74C05B) is known color: Mantis. HEX triplet: 74, C0 and 5B. RGB value is (116,192,91). Sum of RGB (Red+Green+Blue) = 116+192+91=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #74C05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C05B is #8B3FA4. Grayscale: #9E9E9E. Windows color (decimal): -9125797 or 6013044. OLE color: 6013044.

HSL color Cylindrical-coordinate representation of color #74C05B: hue angle of 105.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C05B is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 91 -
CMYK 0.40 0 0.53 0.25
HSL 105.15º 0.44% 0.55% -
HSV(B) 105.15º 0.53% 0.75% -
XYZ 27.94 42.17 16.56 -
YUV 157.76 90.32 98.21 -
System Red Green Blue C M Y K H S L
Decimal 116 192 91 0.40 0 0.53 0.25 105.15 0.44 0.55
Hex 74 C0 5B 28 0 35 19 69 2C 37
Octal 164 300 133 50 0 65 31 151 54 67
Binary 1110100 11000000 1011011 101000 0 110101 11001 1101001 101100 110111

Color Harmonies of #74C05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C05B

Black with #74C05B

Text Example


Text Example

White with #74C05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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