Html Css Color HEX #75BE5E Mantis

📋 copy color: '#75BE5E'

red 117 ◦ green 190 ◦ blue 94

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

Shades of Mantis #75BE5E

Tints of Mantis #75BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.38%

 BLUE value IS 94 (37.11% from 255) = 23.44%

R = 29.18%
G = 47.38%
B = 23.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#75BE5E (or 0x75BE5E) is known color: Mantis. HEX triplet: 75, BE and 5E. RGB value is (117,190,94). Sum of RGB (Red+Green+Blue) = 117+190+94=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE5E is #8A41A1. Grayscale: #9D9D9D. Windows color (decimal): -9060770 or 6209141. OLE color: 6209141.

HSL color Cylindrical-coordinate representation of color #75BE5E: hue angle of 105.62º degrees, saturation: 0.42, 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 #75BE5E is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 94 -
CMYK 0.38 0 0.51 0.25
HSL 105.63º 0.42% 0.56% -
HSV(B) 105.63º 0.51% 0.75% -
XYZ 27.77 41.42 17.12 -
YUV 157.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 117 190 94 0.38 0 0.51 0.25 105.63 0.42 0.56
Hex 75 BE 5E 26 0 33 19 6A 2A 38
Octal 165 276 136 46 0 63 31 152 52 70
Binary 1110101 10111110 1011110 100110 0 110011 11001 1101010 101010 111000

Color Harmonies of #75BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE5E

Black with #75BE5E

Text Example


Text Example

White with #75BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,190,94); }

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

background-color css

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

 a { background-color: rgb(117,190,94); }

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

border-color css

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

 span { border-color: rgb(117,190,94); }

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