#74cf43

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

Shades of Mantis #74CF43

Tints of Mantis #74CF43

Color information

#74CF43 (or 0x74CF43) is unknown color: approx Mantis. HEX triplet: 74, CF and 43. RGB value is (116,207,67). Sum of RGB (Red+Green+Blue) = 116+207+67=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #74CF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CF43 is #8B30BC. Grayscale: #A4A4A4. Windows color (decimal): -9121981 or 4444020. OLE color: 4444020.

HSL color Cylindrical-coordinate representation of color #74CF43: hue angle of 99º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74CF43 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB11620767-
CMYK0.4400.680.19
HSL99º59.32%53.73%-
HSV(B)99º67.63%81.18%-
XYZ30.5348.7413.11-
YUV163.8373.3593.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.74%
GREEN value IS 207 (81.25% from 255) = 53.08%
BLUE value IS 67 (26.56% from 255) = 17.18%
R=29.74%
G=53.08%
B=17.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116207670.4400.680.199959.3253.73
Hex74CF432C04413633b36
Octal164317103540104231437366
Binary111010011001111100001110110001000100100111100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74cf43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,207,67); }

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

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

 a { background-color: rgb(116,207,67); }

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

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

 span { border-color: rgb(116,207,67); }

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