Html Css Color HEX #75E156 Mantis

📋 copy color: '#75E156'

red 117 ◦ green 225 ◦ blue 86

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

Shades of Mantis #75E156

Tints of Mantis #75E156

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.57%

 BLUE value IS 86 (33.98% from 255) = 20.09%

R = 27.34%
G = 52.57%
B = 20.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#75E156 (or 0x75E156) is known color: Mantis. HEX triplet: 75, E1 and 56. RGB value is (117,225,86). Sum of RGB (Red+Green+Blue) = 117+225+86=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 225 (88.28% from 255 or 52.57% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 225 - color contains mainly: green. Hex color #75E156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E156 is #8A1EA9. Grayscale: #B1B1B1. Windows color (decimal): -9051818 or 5693813. OLE color: 5693813.

HSL color Cylindrical-coordinate representation of color #75E156: hue angle of 106.62º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75E156 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 225 86 -
CMYK 0.48 0 0.62 0.12
HSL 106.62º 0.7% 0.61% -
HSV(B) 106.62º 0.62% 0.88% -
XYZ 35.94 58.3 18.16 -
YUV 176.86 76.72 85.3 -
System Red Green Blue C M Y K H S L
Decimal 117 225 86 0.48 0 0.62 0.12 106.62 0.7 0.61
Hex 75 E1 56 30 0 3E C 6B 46 3D
Octal 165 341 126 60 0 76 14 153 106 75
Binary 1110101 11100001 1010110 110000 0 111110 1100 1101011 1000110 111101

Color Harmonies of #75E156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E156

Black with #75E156

Text Example


Text Example

White with #75E156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,225,86); }

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

background-color css

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

 a { background-color: rgb(117,225,86); }

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

border-color css

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

 span { border-color: rgb(117,225,86); }

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