Html Css Color HEX #74CC5E Mantis

📋 copy color: '#74CC5E'

red 116 ◦ green 204 ◦ blue 94

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

Shades of Mantis #74CC5E

Tints of Mantis #74CC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 28.02%
G = 49.28%
B = 22.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#74CC5E (or 0x74CC5E) is known color: Mantis. HEX triplet: 74, CC and 5E. RGB value is (116,204,94). Sum of RGB (Red+Green+Blue) = 116+204+94=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC5E is #8B33A1. Grayscale: #A5A5A5. Windows color (decimal): -9122722 or 6212724. OLE color: 6212724.

HSL color Cylindrical-coordinate representation of color #74CC5E: hue angle of 108º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74CC5E is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 94 -
CMYK 0.43 0 0.54 0.2
HSL 108º 0.52% 0.58% -
HSV(B) 108º 0.54% 0.8% -
XYZ 30.82 47.71 18.17 -
YUV 165.15 87.85 92.94 -
System Red Green Blue C M Y K H S L
Decimal 116 204 94 0.43 0 0.54 0.2 108 0.52 0.58
Hex 74 CC 5E 2B 0 36 14 6C 34 3A
Octal 164 314 136 53 0 66 24 154 64 72
Binary 1110100 11001100 1011110 101011 0 110110 10100 1101100 110100 111010

Color Harmonies of #74CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC5E

Black with #74CC5E

Text Example


Text Example

White with #74CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,94); }

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

background-color css

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

 a { background-color: rgb(116,204,94); }

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

border-color css

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

 span { border-color: rgb(116,204,94); }

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