Html Css Color HEX #74C060 Mantis

📋 copy color: '#74C060'

red 116 ◦ green 192 ◦ blue 96

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

Shades of Mantis #74C060

Tints of Mantis #74C060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 28.71%
G = 47.52%
B = 23.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#74C060 (or 0x74C060) is known color: Mantis. HEX triplet: 74, C0 and 60. RGB value is (116,192,96). Sum of RGB (Red+Green+Blue) = 116+192+96=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #74C060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C060 is #8B3F9F. Grayscale: #9E9E9E. Windows color (decimal): -9125792 or 6340724. OLE color: 6340724.

HSL color Cylindrical-coordinate representation of color #74C060: hue angle of 107.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74C060 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 96 -
CMYK 0.40 0 0.50 0.25
HSL 107.5º 0.43% 0.56% -
HSV(B) 107.5º 0.5% 0.75% -
XYZ 28.16 42.26 17.74 -
YUV 158.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 116 192 96 0.40 0 0.50 0.25 107.5 0.43 0.56
Hex 74 C0 60 28 0 32 19 6C 2B 38
Octal 164 300 140 50 0 62 31 154 53 70
Binary 1110100 11000000 1100000 101000 0 110010 11001 1101100 101011 111000

Color Harmonies of #74C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C060

Black with #74C060

Text Example


Text Example

White with #74C060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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