Html Css Color HEX #74EB3D Mantis

📋 copy color: '#74EB3D'

red 116 ◦ green 235 ◦ blue 61

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

Shades of Mantis #74EB3D

Tints of Mantis #74EB3D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.04%

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 28.16%
G = 57.04%
B = 14.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#74EB3D (or 0x74EB3D) is known color: Mantis. HEX triplet: 74, EB and 3D. RGB value is (116,235,61). Sum of RGB (Red+Green+Blue) = 116+235+61=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 235 (92.19% from 255 or 57.04% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EB3D is #8B14C2. Grayscale: #B4B4B4. Windows color (decimal): -9114819 or 4057972. OLE color: 4057972.

HSL color Cylindrical-coordinate representation of color #74EB3D: hue angle of 101.03º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74EB3D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 235 61 -
CMYK 0.51 0 0.74 0.08
HSL 101.03º 0.81% 0.58% -
HSV(B) 101.03º 0.74% 0.92% -
XYZ 37.75 63.47 14.68 -
YUV 179.58 61.08 82.65 -
System Red Green Blue C M Y K H S L
Decimal 116 235 61 0.51 0 0.74 0.08 101.03 0.81 0.58
Hex 74 EB 3D 33 0 4A 8 65 51 3A
Octal 164 353 75 63 0 112 10 145 121 72
Binary 1110100 11101011 111101 110011 0 1001010 1000 1100101 1010001 111010

Color Harmonies of #74EB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74EB3D

Black with #74EB3D

Text Example


Text Example

White with #74EB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,235,61); }

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

background-color css

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

 a { background-color: rgb(116,235,61); }

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

border-color css

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

 span { border-color: rgb(116,235,61); }

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