Html Css Color HEX #74C648 Mantis

📋 copy color: '#74C648'

red 116 ◦ green 198 ◦ blue 72

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

Shades of Mantis #74C648

Tints of Mantis #74C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.3%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 30.05%
G = 51.3%
B = 18.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#74C648 (or 0x74C648) is known color: Mantis. HEX triplet: 74, C6 and 48. RGB value is (116,198,72). Sum of RGB (Red+Green+Blue) = 116+198+72=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #74C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C648 is #8B39B7. Grayscale: #9F9F9F. Windows color (decimal): -9124280 or 4769396. OLE color: 4769396.

HSL color Cylindrical-coordinate representation of color #74C648: hue angle of 99.05º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74C648 is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 198 72 -
CMYK 0.41 0 0.64 0.22
HSL 99.05º 0.53% 0.53% -
HSV(B) 99.05º 0.64% 0.78% -
XYZ 28.57 44.57 13.23 -
YUV 159.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 116 198 72 0.41 0 0.64 0.22 99.05 0.53 0.53
Hex 74 C6 48 29 0 40 16 63 34 35
Octal 164 306 110 51 0 100 26 143 64 65
Binary 1110100 11000110 1001000 101001 0 1000000 10110 1100011 110100 110101

Color Harmonies of #74C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C648

Black with #74C648

Text Example


Text Example

White with #74C648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,198,72); }

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

background-color css

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

 a { background-color: rgb(116,198,72); }

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

border-color css

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

 span { border-color: rgb(116,198,72); }

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