Html Css Color HEX #74B558 Mantis

📋 copy color: '#74B558'

red 116 ◦ green 181 ◦ blue 88

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

Shades of Mantis #74B558

Tints of Mantis #74B558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 88 (34.77% from 255) = 22.86%

R = 30.13%
G = 47.01%
B = 22.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#74B558 (or 0x74B558) is known color: Mantis. HEX triplet: 74, B5 and 58. RGB value is (116,181,88). Sum of RGB (Red+Green+Blue) = 116+181+88=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #74B558 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B558 is #8B4AA7. Grayscale: #979797. Windows color (decimal): -9128616 or 5813620. OLE color: 5813620.

HSL color Cylindrical-coordinate representation of color #74B558: hue angle of 101.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74B558 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 181 88 -
CMYK 0.36 0 0.51 0.29
HSL 101.94º 0.39% 0.53% -
HSV(B) 101.94º 0.51% 0.71% -
XYZ 25.49 37.47 15.12 -
YUV 150.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 116 181 88 0.36 0 0.51 0.29 101.94 0.39 0.53
Hex 74 B5 58 24 0 33 1D 66 27 35
Octal 164 265 130 44 0 63 35 146 47 65
Binary 1110100 10110101 1011000 100100 0 110011 11101 1100110 100111 110101

Color Harmonies of #74B558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B558

Black with #74B558

Text Example


Text Example

White with #74B558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,181,88); }

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

background-color css

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

 a { background-color: rgb(116,181,88); }

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

border-color css

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

 span { border-color: rgb(116,181,88); }

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