#74C252

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

Shades of Mantis #74C252

Tints of Mantis #74C252

Color information

#74C252 (or 0x74C252) is unknown color: approx Mantis. HEX triplet: 74, C2 and 52. RGB value is (116,194,82). Sum of RGB (Red+Green+Blue) = 116+194+82=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #74C252 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C252 is #8B3DAD. Grayscale: #9E9E9E. Windows color (decimal): -9125294 or 5423732. OLE color: 5423732.

HSL color Cylindrical-coordinate representation of color #74C252: hue angle of 101.79º 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 #74C252 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB11619482-
CMYK0.4000.580.24
HSL101.79º47.86%54.12%-
HSV(B)101.79º57.73%76.08%-
XYZ28.0242.9114.79-
YUV157.9185.1698.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.59%
GREEN value IS 194 (76.17% from 255) = 49.49%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=29.59%
G=49.49%
B=20.92%

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
Decimal116194820.4000.580.24101.7947.8654.12
Hex74C2522803A18663036
Octal16430212250072301466066
Binary11101001100001010100101010000111010110001100110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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