Html Css Color HEX #74C748 Mantis

📋 copy color: '#74C748'

red 116 ◦ green 199 ◦ blue 72

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

Shades of Mantis #74C748

Tints of Mantis #74C748

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

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

R = 29.97%
G = 51.42%
B = 18.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#74C748 (or 0x74C748) is known color: Mantis. HEX triplet: 74, C7 and 48. RGB value is (116,199,72). Sum of RGB (Red+Green+Blue) = 116+199+72=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #74C748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C748 is #8B38B7. Grayscale: #A0A0A0. Windows color (decimal): -9124024 or 4769652. OLE color: 4769652.

HSL color Cylindrical-coordinate representation of color #74C748: hue angle of 99.21º degrees, saturation: 0.53, 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 #74C748 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 116 199 72 -
CMYK 0.42 0 0.64 0.22
HSL 99.21º 0.53% 0.53% -
HSV(B) 99.21º 0.64% 0.78% -
XYZ 28.8 45.03 13.3 -
YUV 159.71 78.5 96.83 -
System Red Green Blue C M Y K H S L
Decimal 116 199 72 0.42 0 0.64 0.22 99.21 0.53 0.53
Hex 74 C7 48 2A 0 40 16 63 35 35
Octal 164 307 110 52 0 100 26 143 65 65
Binary 1110100 11000111 1001000 101010 0 1000000 10110 1100011 110101 110101

Color Harmonies of #74C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C748

Black with #74C748

Text Example


Text Example

White with #74C748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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