Html Css Color HEX #74B956 Mantis

📋 copy color: '#74B956'

red 116 ◦ green 185 ◦ blue 86

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

Shades of Mantis #74B956

Tints of Mantis #74B956

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.8%

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 29.97%
G = 47.8%
B = 22.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#74B956 (or 0x74B956) is known color: Mantis. HEX triplet: 74, B9 and 56. RGB value is (116,185,86). Sum of RGB (Red+Green+Blue) = 116+185+86=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #74B956 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B956 is #8B46A9. Grayscale: #999999. Windows color (decimal): -9127594 or 5683572. OLE color: 5683572.

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

Color convert

RGB 116 185 86 -
CMYK 0.37 0 0.54 0.27
HSL 101.82º 0.41% 0.53% -
HSV(B) 101.82º 0.54% 0.73% -
XYZ 26.23 39.08 14.97 -
YUV 153.08 90.14 101.55 -
System Red Green Blue C M Y K H S L
Decimal 116 185 86 0.37 0 0.54 0.27 101.82 0.41 0.53
Hex 74 B9 56 25 0 36 1B 66 29 35
Octal 164 271 126 45 0 66 33 146 51 65
Binary 1110100 10111001 1010110 100101 0 110110 11011 1100110 101001 110101

Color Harmonies of #74B956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B956

Black with #74B956

Text Example


Text Example

White with #74B956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,86); }

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

background-color css

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

 a { background-color: rgb(116,185,86); }

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

border-color css

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

 span { border-color: rgb(116,185,86); }

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