Html Css Color HEX #75BF5D Mantis

📋 copy color: '#75BF5D'

red 117 ◦ green 191 ◦ blue 93

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

Shades of Mantis #75BF5D

Tints of Mantis #75BF5D

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

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

R = 29.18%
G = 47.63%
B = 23.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#75BF5D (or 0x75BF5D) is known color: Mantis. HEX triplet: 75, BF and 5D. RGB value is (117,191,93). Sum of RGB (Red+Green+Blue) = 117+191+93=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #75BF5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BF5D is #8A40A2. Grayscale: #9E9E9E. Windows color (decimal): -9060515 or 6143861. OLE color: 6143861.

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

Color convert

RGB 117 191 93 -
CMYK 0.39 0 0.51 0.25
HSL 105.31º 0.43% 0.56% -
HSV(B) 105.31º 0.51% 0.75% -
XYZ 27.94 41.83 16.96 -
YUV 157.7 91.48 98.97 -
System Red Green Blue C M Y K H S L
Decimal 117 191 93 0.39 0 0.51 0.25 105.31 0.43 0.56
Hex 75 BF 5D 27 0 33 19 69 2B 38
Octal 165 277 135 47 0 63 31 151 53 70
Binary 1110101 10111111 1011101 100111 0 110011 11001 1101001 101011 111000

Color Harmonies of #75BF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BF5D

Black with #75BF5D

Text Example


Text Example

White with #75BF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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