Html Css Color HEX #75C367 Mantis

📋 copy color: '#75C367'

red 117 ◦ green 195 ◦ blue 103

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

Shades of Mantis #75C367

Tints of Mantis #75C367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.99%

 BLUE value IS 103 (40.63% from 255) = 24.82%

R = 28.19%
G = 46.99%
B = 24.82%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#75C367 (or 0x75C367) is known color: Mantis. HEX triplet: 75, C3 and 67. RGB value is (117,195,103). Sum of RGB (Red+Green+Blue) = 117+195+103=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 195 - color contains mainly: green. Hex color #75C367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C367 is #8A3C98. Grayscale: #A1A1A1. Windows color (decimal): -9059481 or 6800245. OLE color: 6800245.

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

Color convert

RGB 117 195 103 -
CMYK 0.4 0 0.47 0.24
HSL 110.87º 0.43% 0.58% -
HSV(B) 110.87º 0.47% 0.76% -
XYZ 29.3 43.79 19.74 -
YUV 161.19 95.16 96.48 -
System Red Green Blue C M Y K H S L
Decimal 117 195 103 0.4 0 0.47 0.24 110.87 0.43 0.58
Hex 75 C3 67 28 0 2F 18 6F 2B 3A
Octal 165 303 147 50 0 57 30 157 53 72
Binary 1110101 11000011 1100111 101000 0 101111 11000 1101111 101011 111010

Color Harmonies of #75C367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C367

Black with #75C367

Text Example


Text Example

White with #75C367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,195,103); }

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

background-color css

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

 a { background-color: rgb(117,195,103); }

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

border-color css

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

 span { border-color: rgb(117,195,103); }

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