Html Css Color HEX #75C649 Mantis

📋 copy color: '#75C649'

red 117 ◦ green 198 ◦ blue 73

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

Shades of Mantis #75C649

Tints of Mantis #75C649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.03%

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

R = 30.15%
G = 51.03%
B = 18.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#75C649 (or 0x75C649) is known color: Mantis. HEX triplet: 75, C6 and 49. RGB value is (117,198,73). Sum of RGB (Red+Green+Blue) = 117+198+73=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #75C649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C649 is #8A39B6. Grayscale: #9F9F9F. Windows color (decimal): -9058743 or 4834933. OLE color: 4834933.

HSL color Cylindrical-coordinate representation of color #75C649: hue angle of 98.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75C649 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 198 73 -
CMYK 0.41 0 0.63 0.22
HSL 98.88º 0.52% 0.53% -
HSV(B) 98.88º 0.63% 0.78% -
XYZ 28.73 44.65 13.41 -
YUV 159.53 79.16 97.66 -
System Red Green Blue C M Y K H S L
Decimal 117 198 73 0.41 0 0.63 0.22 98.88 0.52 0.53
Hex 75 C6 49 29 0 3F 16 63 34 35
Octal 165 306 111 51 0 77 26 143 64 65
Binary 1110101 11000110 1001001 101001 0 111111 10110 1100011 110100 110101

Color Harmonies of #75C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C649

Black with #75C649

Text Example


Text Example

White with #75C649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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