Html Css Color HEX #74CC5B Mantis

📋 copy color: '#74CC5B'

red 116 ◦ green 204 ◦ blue 91

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

Shades of Mantis #74CC5B

Tints of Mantis #74CC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.14%

R = 28.22%
G = 49.64%
B = 22.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#74CC5B (or 0x74CC5B) is known color: Mantis. HEX triplet: 74, CC and 5B. RGB value is (116,204,91). Sum of RGB (Red+Green+Blue) = 116+204+91=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CC5B is #8B33A4. Grayscale: #A5A5A5. Windows color (decimal): -9122725 or 6016116. OLE color: 6016116.

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

Color convert

RGB 116 204 91 -
CMYK 0.43 0 0.55 0.2
HSL 106.73º 0.53% 0.58% -
HSV(B) 106.73º 0.55% 0.8% -
XYZ 30.68 47.65 17.48 -
YUV 164.81 86.35 93.19 -
System Red Green Blue C M Y K H S L
Decimal 116 204 91 0.43 0 0.55 0.2 106.73 0.53 0.58
Hex 74 CC 5B 2B 0 37 14 6B 35 3A
Octal 164 314 133 53 0 67 24 153 65 72
Binary 1110100 11001100 1011011 101011 0 110111 10100 1101011 110101 111010

Color Harmonies of #74CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CC5B

Black with #74CC5B

Text Example


Text Example

White with #74CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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