Html Css Color HEX #75D349 Mantis

📋 copy color: '#75D349'

red 117 ◦ green 211 ◦ blue 73

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

Shades of Mantis #75D349

Tints of Mantis #75D349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.62%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 29.18%
G = 52.62%
B = 18.2%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#75D349 (or 0x75D349) is known color: Mantis. HEX triplet: 75, D3 and 49. RGB value is (117,211,73). Sum of RGB (Red+Green+Blue) = 117+211+73=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #75D349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D349 is #8A2CB6. Grayscale: #A7A7A7. Windows color (decimal): -9055415 or 4838261. OLE color: 4838261.

HSL color Cylindrical-coordinate representation of color #75D349: hue angle of 100.87º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75D349 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 211 73 -
CMYK 0.45 0 0.65 0.17
HSL 100.87º 0.61% 0.56% -
HSV(B) 100.87º 0.65% 0.83% -
XYZ 31.83 50.85 14.44 -
YUV 167.16 74.86 92.22 -
System Red Green Blue C M Y K H S L
Decimal 117 211 73 0.45 0 0.65 0.17 100.87 0.61 0.56
Hex 75 D3 49 2D 0 41 11 65 3D 38
Octal 165 323 111 55 0 101 21 145 75 70
Binary 1110101 11010011 1001001 101101 0 1000001 10001 1100101 111101 111000

Color Harmonies of #75D349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D349

Black with #75D349

Text Example


Text Example

White with #75D349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,211,73); }

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

background-color css

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

 a { background-color: rgb(117,211,73); }

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

border-color css

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

 span { border-color: rgb(117,211,73); }

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