Html Css Color HEX #74B658 Mantis

📋 copy color: '#74B658'

red 116 ◦ green 182 ◦ blue 88

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

Shades of Mantis #74B658

Tints of Mantis #74B658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

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

R = 30.05%
G = 47.15%
B = 22.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#74B658 (or 0x74B658) is known color: Mantis. HEX triplet: 74, B6 and 58. RGB value is (116,182,88). Sum of RGB (Red+Green+Blue) = 116+182+88=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #74B658 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B658 is #8B49A7. Grayscale: #979797. Windows color (decimal): -9128360 or 5813876. OLE color: 5813876.

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

Color convert

RGB 116 182 88 -
CMYK 0.36 0 0.52 0.29
HSL 102.13º 0.39% 0.53% -
HSV(B) 102.13º 0.52% 0.71% -
XYZ 25.69 37.87 15.19 -
YUV 151.55 92.13 102.64 -
System Red Green Blue C M Y K H S L
Decimal 116 182 88 0.36 0 0.52 0.29 102.13 0.39 0.53
Hex 74 B6 58 24 0 34 1D 66 27 35
Octal 164 266 130 44 0 64 35 146 47 65
Binary 1110100 10110110 1011000 100100 0 110100 11101 1100110 100111 110101

Color Harmonies of #74B658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B658

Black with #74B658

Text Example


Text Example

White with #74B658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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