#74CA51

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

Shades of Mantis #74CA51

Tints of Mantis #74CA51

Color information

#74CA51 (or 0x74CA51) is unknown color: approx Mantis. HEX triplet: 74, CA and 51. RGB value is (116,202,81). Sum of RGB (Red+Green+Blue) = 116+202+81=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA51 is #8B35AE. Grayscale: #A2A2A2. Windows color (decimal): -9123247 or 5360244. OLE color: 5360244.

HSL color Cylindrical-coordinate representation of color #74CA51: hue angle of 102.64º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74CA51 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB11620281-
CMYK0.4300.600.21
HSL102.64º53.3%55.49%-
HSV(B)102.64º59.9%79.22%-
XYZ29.8146.5515.2-
YUV162.4982.0194.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.07%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=29.07%
G=50.63%
B=20.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116202810.4300.600.21102.6453.355.49
Hex74CA512B03C15673537
Octal16431212153074251476567
Binary11101001100101010100011010110111100101011100111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,81); }

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

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

 a { background-color: rgb(116,202,81); }

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

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

 span { border-color: rgb(116,202,81); }

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