Html Css Color HEX #74DF46 Mantis

📋 copy color: '#74DF46'

red 116 ◦ green 223 ◦ blue 70

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

Shades of Mantis #74DF46

Tints of Mantis #74DF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 70 (27.73% from 255) = 17.11%

R = 28.36%
G = 54.52%
B = 17.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#74DF46 (or 0x74DF46) is known color: Mantis. HEX triplet: 74, DF and 46. RGB value is (116,223,70). Sum of RGB (Red+Green+Blue) = 116+223+70=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF46 is #8B20B9. Grayscale: #AEAEAE. Windows color (decimal): -9117882 or 4644724. OLE color: 4644724.

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

Color convert

RGB 116 223 70 -
CMYK 0.48 0 0.69 0.13
HSL 101.96º 0.71% 0.57% -
HSV(B) 101.96º 0.69% 0.87% -
XYZ 34.7 56.93 14.95 -
YUV 173.57 69.55 86.94 -
System Red Green Blue C M Y K H S L
Decimal 116 223 70 0.48 0 0.69 0.13 101.96 0.71 0.57
Hex 74 DF 46 30 0 45 D 66 47 39
Octal 164 337 106 60 0 105 15 146 107 71
Binary 1110100 11011111 1000110 110000 0 1000101 1101 1100110 1000111 111001

Color Harmonies of #74DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DF46

Black with #74DF46

Text Example


Text Example

White with #74DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,223,70); }

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

background-color css

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

 a { background-color: rgb(116,223,70); }

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

border-color css

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

 span { border-color: rgb(116,223,70); }

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