Html Css Color HEX #75C163 Mantis

📋 copy color: '#75C163'

red 117 ◦ green 193 ◦ blue 99

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

Shades of Mantis #75C163

Tints of Mantis #75C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.19%

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 28.61%
G = 47.19%
B = 24.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#75C163 (or 0x75C163) is known color: Mantis. HEX triplet: 75, C1 and 63. RGB value is (117,193,99). Sum of RGB (Red+Green+Blue) = 117+193+99=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #75C163 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C163 is #8A3E9C. Grayscale: #9F9F9F. Windows color (decimal): -9059997 or 6537589. OLE color: 6537589.

HSL color Cylindrical-coordinate representation of color #75C163: hue angle of 108.51º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C163 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 99 -
CMYK 0.39 0 0.49 0.24
HSL 108.51º 0.43% 0.57% -
HSV(B) 108.51º 0.49% 0.76% -
XYZ 28.66 42.82 18.56 -
YUV 159.56 93.82 97.64 -
System Red Green Blue C M Y K H S L
Decimal 117 193 99 0.39 0 0.49 0.24 108.51 0.43 0.57
Hex 75 C1 63 27 0 31 18 6D 2B 39
Octal 165 301 143 47 0 61 30 155 53 71
Binary 1110101 11000001 1100011 100111 0 110001 11000 1101101 101011 111001

Color Harmonies of #75C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C163

Black with #75C163

Text Example


Text Example

White with #75C163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,99); }

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

background-color css

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

 a { background-color: rgb(117,193,99); }

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

border-color css

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

 span { border-color: rgb(117,193,99); }

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