Html Css Color HEX #75EB40 Mantis

📋 copy color: '#75EB40'

red 117 ◦ green 235 ◦ blue 64

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

Shades of Mantis #75EB40

Tints of Mantis #75EB40

RGB

 RED value IS 117 (46.09% from 255) = 28.13%

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

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 28.13%
G = 56.49%
B = 15.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#75EB40 (or 0x75EB40) is known color: Mantis. HEX triplet: 75, EB and 40. RGB value is (117,235,64). Sum of RGB (Red+Green+Blue) = 117+235+64=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 235 (92.19% from 255 or 56.49% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 235 - color contains mainly: green. Hex color #75EB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75EB40 is #8A14BF. Grayscale: #B4B4B4. Windows color (decimal): -9049280 or 4254581. OLE color: 4254581.

HSL color Cylindrical-coordinate representation of color #75EB40: hue angle of 101.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75EB40 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 235 64 -
CMYK 0.50 0 0.73 0.08
HSL 101.4º 0.81% 0.59% -
HSV(B) 101.4º 0.73% 0.92% -
XYZ 37.97 63.57 15.12 -
YUV 180.22 62.41 82.9 -
System Red Green Blue C M Y K H S L
Decimal 117 235 64 0.50 0 0.73 0.08 101.4 0.81 0.59
Hex 75 EB 40 32 0 49 8 65 51 3B
Octal 165 353 100 62 0 111 10 145 121 73
Binary 1110101 11101011 1000000 110010 0 1001001 1000 1100101 1010001 111011

Color Harmonies of #75EB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EB40

Black with #75EB40

Text Example


Text Example

White with #75EB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75EB40; }

 p { color: rgb(117,235,64); }

 H1.HeaderClassName
 {
   color: #75EB40;
 }
 .AnyTagClassName
 {
   color: #75EB40;
 }
</style>

background-color css

<style>
 a { background-color: #75EB40; }

 a { background-color: rgb(117,235,64); }

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

border-color css

<style>
 span { border-color: #75EB40; }

 span { border-color: rgb(117,235,64); }

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