Html Css Color HEX #75E740 Mantis

📋 copy color: '#75E740'

red 117 ◦ green 231 ◦ blue 64

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

Shades of Mantis #75E740

Tints of Mantis #75E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 56.07%

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

R = 28.4%
G = 56.07%
B = 15.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#75E740 (or 0x75E740) is known color: Mantis. HEX triplet: 75, E7 and 40. RGB value is (117,231,64). Sum of RGB (Red+Green+Blue) = 117+231+64=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 231 (90.62% from 255 or 56.07% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 231 - color contains mainly: green. Hex color #75E740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E740 is #8A18BF. Grayscale: #B2B2B2. Windows color (decimal): -9050304 or 4253557. OLE color: 4253557.

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

Color convert

RGB 117 231 64 -
CMYK 0.49 0 0.72 0.09
HSL 100.96º 0.78% 0.58% -
HSV(B) 100.96º 0.72% 0.91% -
XYZ 36.84 61.3 14.74 -
YUV 177.88 63.73 84.58 -
System Red Green Blue C M Y K H S L
Decimal 117 231 64 0.49 0 0.72 0.09 100.96 0.78 0.58
Hex 75 E7 40 31 0 48 9 65 4E 3A
Octal 165 347 100 61 0 110 11 145 116 72
Binary 1110101 11100111 1000000 110001 0 1001000 1001 1100101 1001110 111010

Color Harmonies of #75E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E740

Black with #75E740

Text Example


Text Example

White with #75E740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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