Html Css Color HEX #75C648 Mantis

📋 copy color: '#75C648'

red 117 ◦ green 198 ◦ blue 72

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

Shades of Mantis #75C648

Tints of Mantis #75C648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 30.23%
G = 51.16%
B = 18.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#75C648 (or 0x75C648) is known color: Mantis. HEX triplet: 75, C6 and 48. RGB value is (117,198,72). Sum of RGB (Red+Green+Blue) = 117+198+72=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #75C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C648 is #8A39B7. Grayscale: #9F9F9F. Windows color (decimal): -9058744 or 4769397. OLE color: 4769397.

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

Color convert

RGB 117 198 72 -
CMYK 0.41 0 0.64 0.22
HSL 98.57º 0.53% 0.53% -
HSV(B) 98.57º 0.64% 0.78% -
XYZ 28.7 44.64 13.23 -
YUV 159.42 78.66 97.75 -
System Red Green Blue C M Y K H S L
Decimal 117 198 72 0.41 0 0.64 0.22 98.57 0.53 0.53
Hex 75 C6 48 29 0 40 16 63 34 35
Octal 165 306 110 51 0 100 26 143 64 65
Binary 1110101 11000110 1001000 101001 0 1000000 10110 1100011 110100 110101

Color Harmonies of #75C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C648

Black with #75C648

Text Example


Text Example

White with #75C648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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