#74C251

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

Shades of Mantis #74C251

Tints of Mantis #74C251

Color information

#74C251 (or 0x74C251) is unknown color: approx Mantis. HEX triplet: 74, C2 and 51. RGB value is (116,194,81). Sum of RGB (Red+Green+Blue) = 116+194+81=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #74C251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C251 is #8B3DAE. Grayscale: #9E9E9E. Windows color (decimal): -9125295 or 5358196. OLE color: 5358196.

HSL color Cylindrical-coordinate representation of color #74C251: hue angle of 101.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74C251 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB11619481-
CMYK0.4000.580.24
HSL101.42º48.09%53.92%-
HSV(B)101.42º58.25%76.08%-
XYZ27.9842.8914.59-
YUV157.884.6698.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 81 (32.03% from 255) = 20.72%
R=29.67%
G=49.62%
B=20.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal116194810.4000.580.24101.4248.0953.92
Hex74C2512803A18653036
Octal16430212150072301456066
Binary11101001100001010100011010000111010110001100101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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