#74CD48

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

Shades of Mantis #74CD48

Tints of Mantis #74CD48

Color information

#74CD48 (or 0x74CD48) is unknown color: approx Mantis. HEX triplet: 74, CD and 48. RGB value is (116,205,72). Sum of RGB (Red+Green+Blue) = 116+205+72=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD48 is #8B32B7. Grayscale: #A3A3A3. Windows color (decimal): -9122488 or 4771188. OLE color: 4771188.

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

Color convert

RGB11620572-
CMYK0.4300.650.20
HSL100.15º57.08%54.31%-
HSV(B)100.15º64.88%80.39%-
XYZ30.247.8413.77-
YUV163.2376.5194.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 205 (80.47% from 255) = 52.16%
BLUE value IS 72 (28.52% from 255) = 18.32%
R=29.52%
G=52.16%
B=18.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal116205720.4300.650.20100.1557.0854.31
Hex74CD482B04114643936
Octal164315110530101241447166
Binary111010011001101100100010101101000001101001100100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,205,72); }

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

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

 a { background-color: rgb(116,205,72); }

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

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

 span { border-color: rgb(116,205,72); }

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