Html Css Color HEX #75C44C Mantis

📋 copy color: '#75C44C'

red 117 ◦ green 196 ◦ blue 76

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

Shades of Mantis #75C44C

Tints of Mantis #75C44C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

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

R = 30.08%
G = 50.39%
B = 19.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#75C44C (or 0x75C44C) is known color: Mantis. HEX triplet: 75, C4 and 4C. RGB value is (117,196,76). Sum of RGB (Red+Green+Blue) = 117+196+76=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #75C44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C44C is #8A3BB3. Grayscale: #9F9F9F. Windows color (decimal): -9059252 or 5031029. OLE color: 5031029.

HSL color Cylindrical-coordinate representation of color #75C44C: hue angle of 99.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75C44C is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 196 76 -
CMYK 0.40 0 0.61 0.23
HSL 99.5º 0.5% 0.53% -
HSV(B) 99.5º 0.61% 0.77% -
XYZ 28.38 43.78 13.79 -
YUV 158.7 81.33 98.26 -
System Red Green Blue C M Y K H S L
Decimal 117 196 76 0.40 0 0.61 0.23 99.5 0.5 0.53
Hex 75 C4 4C 28 0 3D 17 64 32 35
Octal 165 304 114 50 0 75 27 144 62 65
Binary 1110101 11000100 1001100 101000 0 111101 10111 1100100 110010 110101

Color Harmonies of #75C44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C44C

Black with #75C44C

Text Example


Text Example

White with #75C44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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