Html Css Color HEX #74D040 Mantis

📋 copy color: '#74D040'

red 116 ◦ green 208 ◦ blue 64

#74D040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #74D040

Tints of Mantis #74D040

RGB

 RED value IS 116 (45.7% from 255) = 29.9%

 GREEN value IS 208 (81.64% from 255) = 53.61%

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 29.9%
G = 53.61%
B = 16.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#74D040 (or 0x74D040) is known color: Mantis. HEX triplet: 74, D0 and 40. RGB value is (116,208,64). Sum of RGB (Red+Green+Blue) = 116+208+64=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #74D040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D040 is #8B2FBF. Grayscale: #A4A4A4. Windows color (decimal): -9121728 or 4247668. OLE color: 4247668.

HSL color Cylindrical-coordinate representation of color #74D040: hue angle of 98.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74D040 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 64 -
CMYK 0.44 0 0.69 0.18
HSL 98.33º 0.61% 0.53% -
HSV(B) 98.33º 0.69% 0.82% -
XYZ 30.68 49.19 12.73 -
YUV 164.08 71.52 93.71 -
System Red Green Blue C M Y K H S L
Decimal 116 208 64 0.44 0 0.69 0.18 98.33 0.61 0.53
Hex 74 D0 40 2C 0 45 12 62 3D 35
Octal 164 320 100 54 0 105 22 142 75 65
Binary 1110100 11010000 1000000 101100 0 1000101 10010 1100010 111101 110101

Color Harmonies of #74D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D040

Black with #74D040

Text Example


Text Example

White with #74D040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,64); }

 H1.HeaderClassName
 {
   color: #74D040;
 }
 .AnyTagClassName
 {
   color: #74D040;
 }
</style>

background-color css

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

 a { background-color: rgb(116,208,64); }

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

border-color css

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

 span { border-color: rgb(116,208,64); }

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