Html Css Color HEX #75BC57 Mantis

📋 copy color: '#75BC57'

red 117 ◦ green 188 ◦ blue 87

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

Shades of Mantis #75BC57

Tints of Mantis #75BC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 29.85%
G = 47.96%
B = 22.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#75BC57 (or 0x75BC57) is known color: Mantis. HEX triplet: 75, BC and 57. RGB value is (117,188,87). Sum of RGB (Red+Green+Blue) = 117+188+87=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BC57 is #8A43A8. Grayscale: #9B9B9B. Windows color (decimal): -9061289 or 5749877. OLE color: 5749877.

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

Color convert

RGB 117 188 87 -
CMYK 0.38 0 0.54 0.26
HSL 102.18º 0.43% 0.54% -
HSV(B) 102.18º 0.54% 0.74% -
XYZ 27.04 40.44 15.4 -
YUV 155.26 89.48 100.71 -
System Red Green Blue C M Y K H S L
Decimal 117 188 87 0.38 0 0.54 0.26 102.18 0.43 0.54
Hex 75 BC 57 26 0 36 1A 66 2B 36
Octal 165 274 127 46 0 66 32 146 53 66
Binary 1110101 10111100 1010111 100110 0 110110 11010 1100110 101011 110110

Color Harmonies of #75BC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BC57

Black with #75BC57

Text Example


Text Example

White with #75BC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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