Html Css Color HEX #75E940 Mantis

📋 copy color: '#75E940'

red 117 ◦ green 233 ◦ blue 64

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

Shades of Mantis #75E940

Tints of Mantis #75E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.28%

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

R = 28.26%
G = 56.28%
B = 15.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#75E940 (or 0x75E940) is known color: Mantis. HEX triplet: 75, E9 and 40. RGB value is (117,233,64). Sum of RGB (Red+Green+Blue) = 117+233+64=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 233 (91.41% from 255 or 56.28% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 233 - color contains mainly: green. Hex color #75E940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E940 is #8A16BF. Grayscale: #B3B3B3. Windows color (decimal): -9049792 or 4254069. OLE color: 4254069.

HSL color Cylindrical-coordinate representation of color #75E940: hue angle of 101.18º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75E940 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 233 64 -
CMYK 0.50 0 0.73 0.09
HSL 101.18º 0.79% 0.58% -
HSV(B) 101.18º 0.73% 0.91% -
XYZ 37.4 62.43 14.93 -
YUV 179.05 63.07 83.74 -
System Red Green Blue C M Y K H S L
Decimal 117 233 64 0.50 0 0.73 0.09 101.18 0.79 0.58
Hex 75 E9 40 32 0 49 9 65 4F 3A
Octal 165 351 100 62 0 111 11 145 117 72
Binary 1110101 11101001 1000000 110010 0 1001001 1001 1100101 1001111 111010

Color Harmonies of #75E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E940

Black with #75E940

Text Example


Text Example

White with #75E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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