Html Css Color HEX #74D240 Mantis

📋 copy color: '#74D240'

red 116 ◦ green 210 ◦ blue 64

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

Shades of Mantis #74D240

Tints of Mantis #74D240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.85%

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

R = 29.74%
G = 53.85%
B = 16.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#74D240 (or 0x74D240) is known color: Mantis. HEX triplet: 74, D2 and 40. RGB value is (116,210,64). Sum of RGB (Red+Green+Blue) = 116+210+64=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 210 (82.42% from 255 or 53.85% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 210 - color contains mainly: green. Hex color #74D240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D240 is #8B2DBF. Grayscale: #A5A5A5. Windows color (decimal): -9121216 or 4248180. OLE color: 4248180.

HSL color Cylindrical-coordinate representation of color #74D240: hue angle of 98.63º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D240 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 64 -
CMYK 0.45 0 0.70 0.18
HSL 98.63º 0.62% 0.54% -
HSV(B) 98.63º 0.7% 0.82% -
XYZ 31.17 50.18 12.89 -
YUV 165.25 70.86 92.87 -
System Red Green Blue C M Y K H S L
Decimal 116 210 64 0.45 0 0.70 0.18 98.63 0.62 0.54
Hex 74 D2 40 2D 0 46 12 63 3E 36
Octal 164 322 100 55 0 106 22 143 76 66
Binary 1110100 11010010 1000000 101101 0 1000110 10010 1100011 111110 110110

Color Harmonies of #74D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D240

Black with #74D240

Text Example


Text Example

White with #74D240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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