Html Css Color HEX #75BE53 Mantis

📋 copy color: '#75BE53'

red 117 ◦ green 190 ◦ blue 83

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

Shades of Mantis #75BE53

Tints of Mantis #75BE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.28%

R = 30%
G = 48.72%
B = 21.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#75BE53 (or 0x75BE53) is known color: Mantis. HEX triplet: 75, BE and 53. RGB value is (117,190,83). Sum of RGB (Red+Green+Blue) = 117+190+83=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BE53 is #8A41AC. Grayscale: #9C9C9C. Windows color (decimal): -9060781 or 5488245. OLE color: 5488245.

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

Color convert

RGB 117 190 83 -
CMYK 0.38 0 0.56 0.25
HSL 100.93º 0.45% 0.54% -
HSV(B) 100.93º 0.56% 0.75% -
XYZ 27.31 41.23 14.7 -
YUV 155.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 117 190 83 0.38 0 0.56 0.25 100.93 0.45 0.54
Hex 75 BE 53 26 0 38 19 65 2D 36
Octal 165 276 123 46 0 70 31 145 55 66
Binary 1110101 10111110 1010011 100110 0 111000 11001 1100101 101101 110110

Color Harmonies of #75BE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BE53

Black with #75BE53

Text Example


Text Example

White with #75BE53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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