Html Css Color HEX #74CA5D Mantis

📋 copy color: '#74CA5D'

red 116 ◦ green 202 ◦ blue 93

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

Shades of Mantis #74CA5D

Tints of Mantis #74CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

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

R = 28.22%
G = 49.15%
B = 22.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#74CA5D (or 0x74CA5D) is known color: Mantis. HEX triplet: 74, CA and 5D. RGB value is (116,202,93). Sum of RGB (Red+Green+Blue) = 116+202+93=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA5D is #8B35A2. Grayscale: #A4A4A4. Windows color (decimal): -9123235 or 6146676. OLE color: 6146676.

HSL color Cylindrical-coordinate representation of color #74CA5D: hue angle of 107.34º degrees, saturation: 0.51, 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 #74CA5D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 93 -
CMYK 0.43 0 0.54 0.21
HSL 107.34º 0.51% 0.58% -
HSV(B) 107.34º 0.54% 0.79% -
XYZ 30.3 46.74 17.78 -
YUV 163.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 116 202 93 0.43 0 0.54 0.21 107.34 0.51 0.58
Hex 74 CA 5D 2B 0 36 15 6B 33 3A
Octal 164 312 135 53 0 66 25 153 63 72
Binary 1110100 11001010 1011101 101011 0 110110 10101 1101011 110011 111010

Color Harmonies of #74CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA5D

Black with #74CA5D

Text Example


Text Example

White with #74CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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