Html Css Color HEX #75C34D Mantis

📋 copy color: '#75C34D'

red 117 ◦ green 195 ◦ blue 77

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

Shades of Mantis #75C34D

Tints of Mantis #75C34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.79%

R = 30.08%
G = 50.13%
B = 19.79%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#75C34D (or 0x75C34D) is known color: Mantis. HEX triplet: 75, C3 and 4D. RGB value is (117,195,77). Sum of RGB (Red+Green+Blue) = 117+195+77=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #75C34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C34D is #8A3CB2. Grayscale: #9E9E9E. Windows color (decimal): -9059507 or 5096309. OLE color: 5096309.

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

Color convert

RGB 117 195 77 -
CMYK 0.4 0 0.61 0.24
HSL 99.66º 0.5% 0.53% -
HSV(B) 99.66º 0.61% 0.76% -
XYZ 28.19 43.35 13.9 -
YUV 158.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 117 195 77 0.4 0 0.61 0.24 99.66 0.5 0.53
Hex 75 C3 4D 28 0 3D 18 64 32 35
Octal 165 303 115 50 0 75 30 144 62 65
Binary 1110101 11000011 1001101 101000 0 111101 11000 1100100 110010 110101

Color Harmonies of #75C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C34D

Black with #75C34D

Text Example


Text Example

White with #75C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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