Html Css Color HEX #75C349 Mantis

📋 copy color: '#75C349'

red 117 ◦ green 195 ◦ blue 73

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

Shades of Mantis #75C349

Tints of Mantis #75C349

RGB

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

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

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

R = 30.39%
G = 50.65%
B = 18.96%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#75C349 (or 0x75C349) is known color: Mantis. HEX triplet: 75, C3 and 49. RGB value is (117,195,73). Sum of RGB (Red+Green+Blue) = 117+195+73=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #75C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C349 is #8A3CB6. Grayscale: #9E9E9E. Windows color (decimal): -9059511 or 4834165. OLE color: 4834165.

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

Color convert

RGB 117 195 73 -
CMYK 0.4 0 0.63 0.24
HSL 98.36º 0.5% 0.53% -
HSV(B) 98.36º 0.63% 0.76% -
XYZ 28.05 43.29 13.18 -
YUV 157.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 117 195 73 0.4 0 0.63 0.24 98.36 0.5 0.53
Hex 75 C3 49 28 0 3F 18 62 32 35
Octal 165 303 111 50 0 77 30 142 62 65
Binary 1110101 11000011 1001001 101000 0 111111 11000 1100010 110010 110101

Color Harmonies of #75C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C349

Black with #75C349

Text Example


Text Example

White with #75C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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