Html Css Color HEX #75D160 Mantis

📋 copy color: '#75D160'

red 117 ◦ green 209 ◦ blue 96

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

Shades of Mantis #75D160

Tints of Mantis #75D160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.53%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 27.73%
G = 49.53%
B = 22.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#75D160 (or 0x75D160) is known color: Mantis. HEX triplet: 75, D1 and 60. RGB value is (117,209,96). Sum of RGB (Red+Green+Blue) = 117+209+96=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 209 (82.03% from 255 or 49.53% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 209 - color contains mainly: green. Hex color #75D160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D160 is #8A2E9F. Grayscale: #A8A8A8. Windows color (decimal): -9055904 or 6345077. OLE color: 6345077.

HSL color Cylindrical-coordinate representation of color #75D160: hue angle of 108.85º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D160 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 209 96 -
CMYK 0.44 0 0.54 0.18
HSL 108.85º 0.55% 0.6% -
HSV(B) 108.85º 0.54% 0.82% -
XYZ 32.25 50.23 19.06 -
YUV 168.61 87.02 91.19 -
System Red Green Blue C M Y K H S L
Decimal 117 209 96 0.44 0 0.54 0.18 108.85 0.55 0.6
Hex 75 D1 60 2C 0 36 12 6D 37 3C
Octal 165 321 140 54 0 66 22 155 67 74
Binary 1110101 11010001 1100000 101100 0 110110 10010 1101101 110111 111100

Color Harmonies of #75D160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D160

Black with #75D160

Text Example


Text Example

White with #75D160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,209,96); }

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

background-color css

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

 a { background-color: rgb(117,209,96); }

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

border-color css

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

 span { border-color: rgb(117,209,96); }

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