Html Css Color HEX #74C468 Mantis

📋 copy color: '#74C468'

red 116 ◦ green 196 ◦ blue 104

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

Shades of Mantis #74C468

Tints of Mantis #74C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 104 (41.02% from 255) = 25%

R = 27.88%
G = 47.12%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#74C468 (or 0x74C468) is known color: Mantis. HEX triplet: 74, C4 and 68. RGB value is (116,196,104). Sum of RGB (Red+Green+Blue) = 116+196+104=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #74C468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C468 is #8B3B97. Grayscale: #A1A1A1. Windows color (decimal): -9124760 or 6866036. OLE color: 6866036.

HSL color Cylindrical-coordinate representation of color #74C468: hue angle of 112.17º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C468 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 196 104 -
CMYK 0.41 0 0.47 0.23
HSL 112.17º 0.44% 0.59% -
HSV(B) 112.17º 0.47% 0.77% -
XYZ 29.44 44.19 20.07 -
YUV 161.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 116 196 104 0.41 0 0.47 0.23 112.17 0.44 0.59
Hex 74 C4 68 29 0 2F 17 70 2C 3B
Octal 164 304 150 51 0 57 27 160 54 73
Binary 1110100 11000100 1101000 101001 0 101111 10111 1110000 101100 111011

Color Harmonies of #74C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C468

Black with #74C468

Text Example


Text Example

White with #74C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,196,104); }

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

background-color css

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

 a { background-color: rgb(116,196,104); }

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

border-color css

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

 span { border-color: rgb(116,196,104); }

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