Html Css Color HEX #75BC54 Mantis

📋 copy color: '#75BC54'

red 117 ◦ green 188 ◦ blue 84

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

Shades of Mantis #75BC54

Tints of Mantis #75BC54

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.33%

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

R = 30.08%
G = 48.33%
B = 21.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#75BC54 (or 0x75BC54) is known color: Mantis. HEX triplet: 75, BC and 54. RGB value is (117,188,84). Sum of RGB (Red+Green+Blue) = 117+188+84=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC54 is #8A43AB. Grayscale: #9B9B9B. Windows color (decimal): -9061292 or 5553269. OLE color: 5553269.

HSL color Cylindrical-coordinate representation of color #75BC54: hue angle of 100.96º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75BC54 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 188 84 -
CMYK 0.38 0 0.55 0.26
HSL 100.96º 0.44% 0.53% -
HSV(B) 100.96º 0.55% 0.74% -
XYZ 26.92 40.39 14.76 -
YUV 154.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 117 188 84 0.38 0 0.55 0.26 100.96 0.44 0.53
Hex 75 BC 54 26 0 37 1A 65 2C 35
Octal 165 274 124 46 0 67 32 145 54 65
Binary 1110101 10111100 1010100 100110 0 110111 11010 1100101 101100 110101

Color Harmonies of #75BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC54

Black with #75BC54

Text Example


Text Example

White with #75BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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