Html Css Color HEX #74D841 Mantis

📋 copy color: '#74D841'

red 116 ◦ green 216 ◦ blue 65

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

Shades of Mantis #74D841

Tints of Mantis #74D841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.41%

 BLUE value IS 65 (25.78% from 255) = 16.37%

R = 29.22%
G = 54.41%
B = 16.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#74D841 (or 0x74D841) is known color: Mantis. HEX triplet: 74, D8 and 41. RGB value is (116,216,65). Sum of RGB (Red+Green+Blue) = 116+216+65=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #74D841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D841 is #8B27BE. Grayscale: #A9A9A9. Windows color (decimal): -9119679 or 4315252. OLE color: 4315252.

HSL color Cylindrical-coordinate representation of color #74D841: hue angle of 99.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D841 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 216 65 -
CMYK 0.46 0 0.70 0.15
HSL 99.74º 0.66% 0.55% -
HSV(B) 99.74º 0.7% 0.85% -
XYZ 32.71 53.21 13.55 -
YUV 168.89 69.37 90.28 -
System Red Green Blue C M Y K H S L
Decimal 116 216 65 0.46 0 0.70 0.15 99.74 0.66 0.55
Hex 74 D8 41 2E 0 46 F 64 42 37
Octal 164 330 101 56 0 106 17 144 102 67
Binary 1110100 11011000 1000001 101110 0 1000110 1111 1100100 1000010 110111

Color Harmonies of #74D841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D841

Black with #74D841

Text Example


Text Example

White with #74D841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,216,65); }

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

background-color css

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

 a { background-color: rgb(116,216,65); }

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

border-color css

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

 span { border-color: rgb(116,216,65); }

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