Html Css Color HEX #74DE43 Mantis

📋 copy color: '#74DE43'

red 116 ◦ green 222 ◦ blue 67

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

Shades of Mantis #74DE43

Tints of Mantis #74DE43

RGB

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

 GREEN value IS 222 (87.11% from 255) = 54.81%

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 28.64%
G = 54.81%
B = 16.54%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#74DE43 (or 0x74DE43) is known color: Mantis. HEX triplet: 74, DE and 43. RGB value is (116,222,67). Sum of RGB (Red+Green+Blue) = 116+222+67=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 222 (87.11% from 255 or 54.81% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE43 is #8B21BC. Grayscale: #ADADAD. Windows color (decimal): -9118141 or 4447860. OLE color: 4447860.

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

Color convert

RGB 116 222 67 -
CMYK 0.48 0 0.70 0.13
HSL 101.03º 0.7% 0.57% -
HSV(B) 101.03º 0.7% 0.87% -
XYZ 34.34 56.36 14.38 -
YUV 172.64 68.38 87.6 -
System Red Green Blue C M Y K H S L
Decimal 116 222 67 0.48 0 0.70 0.13 101.03 0.7 0.57
Hex 74 DE 43 30 0 46 D 65 46 39
Octal 164 336 103 60 0 106 15 145 106 71
Binary 1110100 11011110 1000011 110000 0 1000110 1101 1100101 1000110 111001

Color Harmonies of #74DE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE43

Black with #74DE43

Text Example


Text Example

White with #74DE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,222,67); }

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

background-color css

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

 a { background-color: rgb(116,222,67); }

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

border-color css

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

 span { border-color: rgb(116,222,67); }

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