Html Css Color HEX #74E156 Mantis

📋 copy color: '#74E156'

red 116 ◦ green 225 ◦ blue 86

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

Shades of Mantis #74E156

Tints of Mantis #74E156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.69%

 BLUE value IS 86 (33.98% from 255) = 20.14%

R = 27.17%
G = 52.69%
B = 20.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#74E156 (or 0x74E156) is known color: Mantis. HEX triplet: 74, E1 and 56. RGB value is (116,225,86). Sum of RGB (Red+Green+Blue) = 116+225+86=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 225 (88.28% from 255 or 52.69% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 225 - color contains mainly: green. Hex color #74E156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E156 is #8B1EA9. Grayscale: #B1B1B1. Windows color (decimal): -9117354 or 5693812. OLE color: 5693812.

HSL color Cylindrical-coordinate representation of color #74E156: hue angle of 107.05º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74E156 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 225 86 -
CMYK 0.48 0 0.62 0.12
HSL 107.05º 0.7% 0.61% -
HSV(B) 107.05º 0.62% 0.88% -
XYZ 35.81 58.24 18.16 -
YUV 176.56 76.89 84.8 -
System Red Green Blue C M Y K H S L
Decimal 116 225 86 0.48 0 0.62 0.12 107.05 0.7 0.61
Hex 74 E1 56 30 0 3E C 6B 46 3D
Octal 164 341 126 60 0 76 14 153 106 75
Binary 1110100 11100001 1010110 110000 0 111110 1100 1101011 1000110 111101

Color Harmonies of #74E156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74E156

Black with #74E156

Text Example


Text Example

White with #74E156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,225,86); }

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

background-color css

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

 a { background-color: rgb(116,225,86); }

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

border-color css

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

 span { border-color: rgb(116,225,86); }

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