Html Css Color HEX #74DD58 Mantis

📋 copy color: '#74DD58'

red 116 ◦ green 221 ◦ blue 88

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

Shades of Mantis #74DD58

Tints of Mantis #74DD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.71%

R = 27.29%
G = 52%
B = 20.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#74DD58 (or 0x74DD58) is known color: Mantis. HEX triplet: 74, DD and 58. RGB value is (116,221,88). Sum of RGB (Red+Green+Blue) = 116+221+88=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD58 is #8B22A7. Grayscale: #AEAEAE. Windows color (decimal): -9118376 or 5823860. OLE color: 5823860.

HSL color Cylindrical-coordinate representation of color #74DD58: hue angle of 107.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74DD58 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 88 -
CMYK 0.48 0 0.60 0.13
HSL 107.37º 0.66% 0.61% -
HSV(B) 107.37º 0.6% 0.87% -
XYZ 34.82 56.13 18.23 -
YUV 174.44 79.21 86.31 -
System Red Green Blue C M Y K H S L
Decimal 116 221 88 0.48 0 0.60 0.13 107.37 0.66 0.61
Hex 74 DD 58 30 0 3C D 6B 42 3D
Octal 164 335 130 60 0 74 15 153 102 75
Binary 1110100 11011101 1011000 110000 0 111100 1101 1101011 1000010 111101

Color Harmonies of #74DD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DD58

Black with #74DD58

Text Example


Text Example

White with #74DD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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