Html Css Color HEX #74DD38 Mantis

📋 copy color: '#74DD38'

red 116 ◦ green 221 ◦ blue 56

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

Shades of Mantis #74DD38

Tints of Mantis #74DD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.23%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 29.52%
G = 56.23%
B = 14.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#74DD38 (or 0x74DD38) is known color: Mantis. HEX triplet: 74, DD and 38. RGB value is (116,221,56). Sum of RGB (Red+Green+Blue) = 116+221+56=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD38 is #8B22C7. Grayscale: #ABABAB. Windows color (decimal): -9118408 or 3726708. OLE color: 3726708.

HSL color Cylindrical-coordinate representation of color #74DD38: hue angle of 98.18º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74DD38 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 56 -
CMYK 0.48 0 0.75 0.13
HSL 98.18º 0.71% 0.54% -
HSV(B) 98.18º 0.75% 0.87% -
XYZ 33.77 55.71 12.71 -
YUV 170.8 63.21 88.92 -
System Red Green Blue C M Y K H S L
Decimal 116 221 56 0.48 0 0.75 0.13 98.18 0.71 0.54
Hex 74 DD 38 30 0 4B D 62 47 36
Octal 164 335 70 60 0 113 15 142 107 66
Binary 1110100 11011101 111000 110000 0 1001011 1101 1100010 1000111 110110

Color Harmonies of #74DD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD38

Black with #74DD38

Text Example


Text Example

White with #74DD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,221,56); }

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

background-color css

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

 a { background-color: rgb(116,221,56); }

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

border-color css

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

 span { border-color: rgb(116,221,56); }

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