Html Css Color HEX #75C04C Mantis

📋 copy color: '#75C04C'

red 117 ◦ green 192 ◦ blue 76

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

Shades of Mantis #75C04C

Tints of Mantis #75C04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.87%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 30.39%
G = 49.87%
B = 19.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#75C04C (or 0x75C04C) is known color: Mantis. HEX triplet: 75, C0 and 4C. RGB value is (117,192,76). Sum of RGB (Red+Green+Blue) = 117+192+76=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #75C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C04C is #8A3FB3. Grayscale: #9C9C9C. Windows color (decimal): -9060276 or 5030005. OLE color: 5030005.

HSL color Cylindrical-coordinate representation of color #75C04C: hue angle of 98.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75C04C is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 76 -
CMYK 0.39 0 0.60 0.25
HSL 98.79º 0.48% 0.53% -
HSV(B) 98.79º 0.6% 0.75% -
XYZ 27.49 42 13.5 -
YUV 156.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 117 192 76 0.39 0 0.60 0.25 98.79 0.48 0.53
Hex 75 C0 4C 27 0 3C 19 63 30 35
Octal 165 300 114 47 0 74 31 143 60 65
Binary 1110101 11000000 1001100 100111 0 111100 11001 1100011 110000 110101

Color Harmonies of #75C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C04C

Black with #75C04C

Text Example


Text Example

White with #75C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,192,76); }

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

background-color css

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

 a { background-color: rgb(117,192,76); }

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

border-color css

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

 span { border-color: rgb(117,192,76); }

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