Html Css Color HEX #74C15D Mantis

📋 copy color: '#74C15D'

red 116 ◦ green 193 ◦ blue 93

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

Shades of Mantis #74C15D

Tints of Mantis #74C15D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.01%

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 28.86%
G = 48.01%
B = 23.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#74C15D (or 0x74C15D) is known color: Mantis. HEX triplet: 74, C1 and 5D. RGB value is (116,193,93). Sum of RGB (Red+Green+Blue) = 116+193+93=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #74C15D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C15D is #8B3EA2. Grayscale: #9E9E9E. Windows color (decimal): -9125539 or 6144372. OLE color: 6144372.

HSL color Cylindrical-coordinate representation of color #74C15D: hue angle of 106.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C15D is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 193 93 -
CMYK 0.40 0 0.52 0.24
HSL 106.2º 0.45% 0.56% -
HSV(B) 106.2º 0.52% 0.76% -
XYZ 28.25 42.64 17.1 -
YUV 158.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 116 193 93 0.40 0 0.52 0.24 106.2 0.45 0.56
Hex 74 C1 5D 28 0 34 18 6A 2D 38
Octal 164 301 135 50 0 64 30 152 55 70
Binary 1110100 11000001 1011101 101000 0 110100 11000 1101010 101101 111000

Color Harmonies of #74C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C15D

Black with #74C15D

Text Example


Text Example

White with #74C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,193,93); }

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

background-color css

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

 a { background-color: rgb(116,193,93); }

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

border-color css

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

 span { border-color: rgb(116,193,93); }

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