#74CB58

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

Shades of Mantis #74CB58

Tints of Mantis #74CB58

Color information

#74CB58 (or 0x74CB58) is unknown color: approx Mantis. HEX triplet: 74, CB and 58. RGB value is (116,203,88). Sum of RGB (Red+Green+Blue) = 116+203+88=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB58 is #8B34A7. Grayscale: #A4A4A4. Windows color (decimal): -9122984 or 5819252. OLE color: 5819252.

HSL color Cylindrical-coordinate representation of color #74CB58: hue angle of 105.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74CB58 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB11620388-
CMYK0.4300.570.20
HSL105.39º52.51%57.06%-
HSV(B)105.39º56.65%79.61%-
XYZ30.3247.1316.73-
YUV163.8885.1893.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 88 (34.77% from 255) = 21.62%
R=28.50%
G=49.88%
B=21.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116203880.4300.570.20105.3952.5157.06
Hex74CB582B03914693539
Octal16431313053071241516571
Binary11101001100101110110001010110111001101001101001110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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