Html Css Color HEX #74CA50 Mantis

📋 copy color: '#74CA50'

red 116 ◦ green 202 ◦ blue 80

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

Shades of Mantis #74CA50

Tints of Mantis #74CA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 29.15%
G = 50.75%
B = 20.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#74CA50 (or 0x74CA50) is known color: Mantis. HEX triplet: 74, CA and 50. RGB value is (116,202,80). Sum of RGB (Red+Green+Blue) = 116+202+80=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA50 is #8B35AF. Grayscale: #A2A2A2. Windows color (decimal): -9123248 or 5294708. OLE color: 5294708.

HSL color Cylindrical-coordinate representation of color #74CA50: hue angle of 102.3º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74CA50 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 80 -
CMYK 0.43 0 0.60 0.21
HSL 102.3º 0.54% 0.55% -
HSV(B) 102.3º 0.6% 0.79% -
XYZ 29.77 46.53 15 -
YUV 162.38 81.51 94.92 -
System Red Green Blue C M Y K H S L
Decimal 116 202 80 0.43 0 0.60 0.21 102.3 0.54 0.55
Hex 74 CA 50 2B 0 3C 15 66 36 37
Octal 164 312 120 53 0 74 25 146 66 67
Binary 1110100 11001010 1010000 101011 0 111100 10101 1100110 110110 110111

Color Harmonies of #74CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA50

Black with #74CA50

Text Example


Text Example

White with #74CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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