Html Css Color HEX #74CA47 Mantis

📋 copy color: '#74CA47'

red 116 ◦ green 202 ◦ blue 71

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

Shades of Mantis #74CA47

Tints of Mantis #74CA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.25%

R = 29.82%
G = 51.93%
B = 18.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#74CA47 (or 0x74CA47) is known color: Mantis. HEX triplet: 74, CA and 47. RGB value is (116,202,71). Sum of RGB (Red+Green+Blue) = 116+202+71=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CA47 is #8B35B8. Grayscale: #A1A1A1. Windows color (decimal): -9123257 or 4704884. OLE color: 4704884.

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

Color convert

RGB 116 202 71 -
CMYK 0.43 0 0.65 0.21
HSL 99.39º 0.55% 0.54% -
HSV(B) 99.39º 0.65% 0.79% -
XYZ 29.46 46.41 13.37 -
YUV 161.35 77.01 95.65 -
System Red Green Blue C M Y K H S L
Decimal 116 202 71 0.43 0 0.65 0.21 99.39 0.55 0.54
Hex 74 CA 47 2B 0 41 15 63 37 36
Octal 164 312 107 53 0 101 25 143 67 66
Binary 1110100 11001010 1000111 101011 0 1000001 10101 1100011 110111 110110

Color Harmonies of #74CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA47

Black with #74CA47

Text Example


Text Example

White with #74CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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