Html Css Color HEX #74DE3A Mantis

📋 copy color: '#74DE3A'

red 116 ◦ green 222 ◦ blue 58

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

Shades of Mantis #74DE3A

Tints of Mantis #74DE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 29.29%
G = 56.06%
B = 14.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#74DE3A (or 0x74DE3A) is known color: Mantis. HEX triplet: 74, DE and 3A. RGB value is (116,222,58). Sum of RGB (Red+Green+Blue) = 116+222+58=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE3A is #8B21C5. Grayscale: #ACACAC. Windows color (decimal): -9118150 or 3858036. OLE color: 3858036.

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

Color convert

RGB 116 222 58 -
CMYK 0.48 0 0.74 0.13
HSL 98.78º 0.71% 0.55% -
HSV(B) 98.78º 0.74% 0.87% -
XYZ 34.09 56.26 13.07 -
YUV 171.61 63.88 88.34 -
System Red Green Blue C M Y K H S L
Decimal 116 222 58 0.48 0 0.74 0.13 98.78 0.71 0.55
Hex 74 DE 3A 30 0 4A D 63 47 37
Octal 164 336 72 60 0 112 15 143 107 67
Binary 1110100 11011110 111010 110000 0 1001010 1101 1100011 1000111 110111

Color Harmonies of #74DE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE3A

Black with #74DE3A

Text Example


Text Example

White with #74DE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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