Html Css Color HEX #74C95D Mantis

📋 copy color: '#74C95D'

red 116 ◦ green 201 ◦ blue 93

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

Shades of Mantis #74C95D

Tints of Mantis #74C95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

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

R = 28.29%
G = 49.02%
B = 22.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#74C95D (or 0x74C95D) is known color: Mantis. HEX triplet: 74, C9 and 5D. RGB value is (116,201,93). Sum of RGB (Red+Green+Blue) = 116+201+93=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #74C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C95D is #8B36A2. Grayscale: #A3A3A3. Windows color (decimal): -9123491 or 6146420. OLE color: 6146420.

HSL color Cylindrical-coordinate representation of color #74C95D: hue angle of 107.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74C95D is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 201 93 -
CMYK 0.42 0 0.54 0.21
HSL 107.22º 0.5% 0.58% -
HSV(B) 107.22º 0.54% 0.79% -
XYZ 30.06 46.28 17.7 -
YUV 163.27 88.34 94.28 -
System Red Green Blue C M Y K H S L
Decimal 116 201 93 0.42 0 0.54 0.21 107.22 0.5 0.58
Hex 74 C9 5D 2A 0 36 15 6B 32 3A
Octal 164 311 135 52 0 66 25 153 62 72
Binary 1110100 11001001 1011101 101010 0 110110 10101 1101011 110010 111010

Color Harmonies of #74C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C95D

Black with #74C95D

Text Example


Text Example

White with #74C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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