Html Css Color HEX #74D04C Mantis

📋 copy color: '#74D04C'

red 116 ◦ green 208 ◦ blue 76

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

Shades of Mantis #74D04C

Tints of Mantis #74D04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

 BLUE value IS 76 (30.08% from 255) = 19%

R = 29%
G = 52%
B = 19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#74D04C (or 0x74D04C) is known color: Mantis. HEX triplet: 74, D0 and 4C. RGB value is (116,208,76). Sum of RGB (Red+Green+Blue) = 116+208+76=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #74D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D04C is #8B2FB3. Grayscale: #A5A5A5. Windows color (decimal): -9121716 or 5034100. OLE color: 5034100.

HSL color Cylindrical-coordinate representation of color #74D04C: hue angle of 101.82º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74D04C is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 208 76 -
CMYK 0.44 0 0.63 0.18
HSL 101.82º 0.58% 0.56% -
HSV(B) 101.82º 0.63% 0.82% -
XYZ 31.06 49.35 14.73 -
YUV 165.44 77.52 92.73 -
System Red Green Blue C M Y K H S L
Decimal 116 208 76 0.44 0 0.63 0.18 101.82 0.58 0.56
Hex 74 D0 4C 2C 0 3F 12 66 3A 38
Octal 164 320 114 54 0 77 22 146 72 70
Binary 1110100 11010000 1001100 101100 0 111111 10010 1100110 111010 111000

Color Harmonies of #74D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D04C

Black with #74D04C

Text Example


Text Example

White with #74D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,76); }

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

background-color css

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

 a { background-color: rgb(116,208,76); }

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

border-color css

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

 span { border-color: rgb(116,208,76); }

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