Html Css Color HEX #75BA54 Mantis

📋 copy color: '#75BA54'

red 117 ◦ green 186 ◦ blue 84

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

Shades of Mantis #75BA54

Tints of Mantis #75BA54

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 30.23%
G = 48.06%
B = 21.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#75BA54 (or 0x75BA54) is known color: Mantis. HEX triplet: 75, BA and 54. RGB value is (117,186,84). Sum of RGB (Red+Green+Blue) = 117+186+84=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BA54 is #8A45AB. Grayscale: #9A9A9A. Windows color (decimal): -9061804 or 5552757. OLE color: 5552757.

HSL color Cylindrical-coordinate representation of color #75BA54: hue angle of 100.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75BA54 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 186 84 -
CMYK 0.37 0 0.55 0.27
HSL 100.59º 0.43% 0.53% -
HSV(B) 100.59º 0.55% 0.73% -
XYZ 26.5 39.54 14.62 -
YUV 153.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 117 186 84 0.37 0 0.55 0.27 100.59 0.43 0.53
Hex 75 BA 54 25 0 37 1B 65 2A 35
Octal 165 272 124 45 0 67 33 145 52 65
Binary 1110101 10111010 1010100 100101 0 110111 11011 1100101 101010 110101

Color Harmonies of #75BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA54

Black with #75BA54

Text Example


Text Example

White with #75BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,84); }

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

background-color css

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

 a { background-color: rgb(117,186,84); }

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

border-color css

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

 span { border-color: rgb(117,186,84); }

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