#74B256

Color #74B256 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #74B256

Tints of Mantis #74B256

Color information

#74B256 (or 0x74B256) is unknown color: approx Mantis. HEX triplet: 74, B2 and 56. RGB value is (116,178,86). Sum of RGB (Red+Green+Blue) = 116+178+86=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #74B256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B256 is #8B4DA9. Grayscale: #959595. Windows color (decimal): -9129386 or 5681780. OLE color: 5681780.

HSL color Cylindrical-coordinate representation of color #74B256: hue angle of 100.43º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74B256 is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB11617886-
CMYK0.3500.520.30
HSL100.43º37.4%51.76%-
HSV(B)100.43º51.69%69.8%-
XYZ24.836.2314.49-
YUV148.9792.46104.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.53%
GREEN value IS 178 (69.92% from 255) = 46.84%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=30.53%
G=46.84%
B=22.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116178860.3500.520.30100.4337.451.76
Hex74B256230341E642534
Octal16426212643064361444564
Binary11101001011001010101101000110110100111101100100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74B256;
 }
 .AnyTagClassName
 {
   color: #74B256;
 }
</style>
background-color css

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

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

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

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

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

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