Html Css Color HEX #75C05D Mantis

📋 copy color: '#75C05D'

red 117 ◦ green 192 ◦ blue 93

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

Shades of Mantis #75C05D

Tints of Mantis #75C05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 29.1%
G = 47.76%
B = 23.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#75C05D (or 0x75C05D) is known color: Mantis. HEX triplet: 75, C0 and 5D. RGB value is (117,192,93). Sum of RGB (Red+Green+Blue) = 117+192+93=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #75C05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C05D is #8A3FA2. Grayscale: #9E9E9E. Windows color (decimal): -9060259 or 6144117. OLE color: 6144117.

HSL color Cylindrical-coordinate representation of color #75C05D: hue angle of 105.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75C05D is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 192 93 -
CMYK 0.39 0 0.52 0.25
HSL 105.45º 0.44% 0.56% -
HSV(B) 105.45º 0.52% 0.75% -
XYZ 28.16 42.27 17.03 -
YUV 158.29 91.15 98.55 -
System Red Green Blue C M Y K H S L
Decimal 117 192 93 0.39 0 0.52 0.25 105.45 0.44 0.56
Hex 75 C0 5D 27 0 34 19 69 2C 38
Octal 165 300 135 47 0 64 31 151 54 70
Binary 1110101 11000000 1011101 100111 0 110100 11001 1101001 101100 111000

Color Harmonies of #75C05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C05D

Black with #75C05D

Text Example


Text Example

White with #75C05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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