Html Css Color HEX #74C85D Mantis

📋 copy color: '#74C85D'

red 116 ◦ green 200 ◦ blue 93

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

Shades of Mantis #74C85D

Tints of Mantis #74C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.9%

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

R = 28.36%
G = 48.9%
B = 22.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#74C85D (or 0x74C85D) is known color: Mantis. HEX triplet: 74, C8 and 5D. RGB value is (116,200,93). Sum of RGB (Red+Green+Blue) = 116+200+93=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #74C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C85D is #8B37A2. Grayscale: #A3A3A3. Windows color (decimal): -9123747 or 6146164. OLE color: 6146164.

HSL color Cylindrical-coordinate representation of color #74C85D: hue angle of 107.1º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74C85D is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 200 93 -
CMYK 0.42 0 0.54 0.22
HSL 107.1º 0.49% 0.57% -
HSV(B) 107.1º 0.54% 0.78% -
XYZ 29.83 45.81 17.63 -
YUV 162.69 88.67 94.7 -
System Red Green Blue C M Y K H S L
Decimal 116 200 93 0.42 0 0.54 0.22 107.1 0.49 0.57
Hex 74 C8 5D 2A 0 36 16 6B 31 39
Octal 164 310 135 52 0 66 26 153 61 71
Binary 1110100 11001000 1011101 101010 0 110110 10110 1101011 110001 111001

Color Harmonies of #74C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C85D

Black with #74C85D

Text Example


Text Example

White with #74C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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