Html Css Color HEX #74DE3F Mantis

📋 copy color: '#74DE3F'

red 116 ◦ green 222 ◦ blue 63

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

Shades of Mantis #74DE3F

Tints of Mantis #74DE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.71%

R = 28.93%
G = 55.36%
B = 15.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#74DE3F (or 0x74DE3F) is known color: Mantis. HEX triplet: 74, DE and 3F. RGB value is (116,222,63). Sum of RGB (Red+Green+Blue) = 116+222+63=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE3F is #8B21C0. Grayscale: #ACACAC. Windows color (decimal): -9118145 or 4185716. OLE color: 4185716.

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

Color convert

RGB 116 222 63 -
CMYK 0.48 0 0.72 0.13
HSL 100º 0.71% 0.56% -
HSV(B) 100º 0.72% 0.87% -
XYZ 34.22 56.31 13.77 -
YUV 172.18 66.38 87.93 -
System Red Green Blue C M Y K H S L
Decimal 116 222 63 0.48 0 0.72 0.13 100 0.71 0.56
Hex 74 DE 3F 30 0 48 D 64 47 38
Octal 164 336 77 60 0 110 15 144 107 70
Binary 1110100 11011110 111111 110000 0 1001000 1101 1100100 1000111 111000

Color Harmonies of #74DE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DE3F

Black with #74DE3F

Text Example


Text Example

White with #74DE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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