#74df4b

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

Shades of Mantis #74DF4B

Tints of Mantis #74DF4B

Color information

#74DF4B (or 0x74DF4B) is unknown color: approx Mantis. HEX triplet: 74, DF and 4B. RGB value is (116,223,75). Sum of RGB (Red+Green+Blue) = 116+223+75=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF4B is #8B20B4. Grayscale: #AEAEAE. Windows color (decimal): -9117877 or 4972404. OLE color: 4972404.

HSL color Cylindrical-coordinate representation of color #74DF4B: hue angle of 103.38º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74DF4B is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB11622375-
CMYK0.4800.660.13
HSL103.38º69.81%58.43%-
HSV(B)103.38º66.37%87.45%-
XYZ34.865715.82-
YUV174.1472.0586.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.02%
GREEN value IS 223 (87.5% from 255) = 53.86%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=28.02%
G=53.86%
B=18.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116223750.4800.660.13103.3869.8158.43
Hex74DF4B30042D67463a
Octal1643371136001021514710672
Binary111010011011111100101111000001000010110111001111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74df4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,223,75); }

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

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

 a { background-color: rgb(116,223,75); }

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

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

 span { border-color: rgb(116,223,75); }

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