Html Css Color HEX #74D150 Mantis

📋 copy color: '#74D150'

red 116 ◦ green 209 ◦ blue 80

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

Shades of Mantis #74D150

Tints of Mantis #74D150

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.6%

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 28.64%
G = 51.6%
B = 19.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#74D150 (or 0x74D150) is known color: Mantis. HEX triplet: 74, D1 and 50. RGB value is (116,209,80). Sum of RGB (Red+Green+Blue) = 116+209+80=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #74D150 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D150 is #8B2EAF. Grayscale: #A6A6A6. Windows color (decimal): -9121456 or 5296500. OLE color: 5296500.

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

Color convert

RGB 116 209 80 -
CMYK 0.44 0 0.62 0.18
HSL 103.26º 0.58% 0.57% -
HSV(B) 103.26º 0.62% 0.82% -
XYZ 31.45 49.89 15.56 -
YUV 166.49 79.19 91.99 -
System Red Green Blue C M Y K H S L
Decimal 116 209 80 0.44 0 0.62 0.18 103.26 0.58 0.57
Hex 74 D1 50 2C 0 3E 12 67 3A 39
Octal 164 321 120 54 0 76 22 147 72 71
Binary 1110100 11010001 1010000 101100 0 111110 10010 1100111 111010 111001

Color Harmonies of #74D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D150

Black with #74D150

Text Example


Text Example

White with #74D150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,80); }

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

background-color css

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

 a { background-color: rgb(116,209,80); }

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

border-color css

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

 span { border-color: rgb(116,209,80); }

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