Html Css Color HEX #75BE5D Mantis

📋 copy color: '#75BE5D'

red 117 ◦ green 190 ◦ blue 93

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

Shades of Mantis #75BE5D

Tints of Mantis #75BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 29.25%
G = 47.5%
B = 23.25%

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

#75BE5D (or 0x75BE5D) is known color: Mantis. HEX triplet: 75, BE and 5D. RGB value is (117,190,93). Sum of RGB (Red+Green+Blue) = 117+190+93=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE5D is #8A41A2. Grayscale: #9D9D9D. Windows color (decimal): -9060771 or 6143605. OLE color: 6143605.

HSL color Cylindrical-coordinate representation of color #75BE5D: hue angle of 105.15º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75BE5D is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 190 93 -
CMYK 0.38 0 0.51 0.25
HSL 105.15º 0.43% 0.55% -
HSV(B) 105.15º 0.51% 0.75% -
XYZ 27.73 41.4 16.89 -
YUV 157.12 91.82 99.39 -
System Red Green Blue C M Y K H S L
Decimal 117 190 93 0.38 0 0.51 0.25 105.15 0.43 0.55
Hex 75 BE 5D 26 0 33 19 69 2B 37
Octal 165 276 135 46 0 63 31 151 53 67
Binary 1110101 10111110 1011101 100110 0 110011 11001 1101001 101011 110111

Color Harmonies of #75BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE5D

Black with #75BE5D

Text Example


Text Example

White with #75BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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